#CC3413

Color #CC3413 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CC3413

Tints of Harley Davidson Orange #CC3413

Color information

#CC3413 (or 0xCC3413) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 34 and 13. RGB value is (204,52,19). Sum of RGB (Red+Green+Blue) = 204+52+19=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3413 is #33CBEC. Grayscale: #5D5D5D. Windows color (decimal): -3394541 or 1258700. OLE color: 1258700.

HSL color Cylindrical-coordinate representation of color #CC3413: hue angle of 10.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3413 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB2045219-
CMYK00.750.910.2
HSL10.7º82.96%43.73%-
HSV(B)10.7º90.69%80%-
XYZ26.2515.342.19-
YUV93.6985.86206.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 74.18%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=74.18%
G=18.91%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204521900.750.910.210.782.9643.73
HexCC341304B5B14b532c
Octal31464230113133241312354
Binary11001100110100100110100101110110111010010111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3413; }

 p { color: rgb(204,52,19); }

 H1.HeaderClassName
 {
   color: #CC3413;
 }
 .AnyTagClassName
 {
   color: #CC3413;
 }
</style>
background-color css

<style>
 a { background-color: #CC3413; }

 a { background-color: rgb(204,52,19); }

 div.DivClassName
 {
   background-color: #CC3413;
 }
 .BgClassName
 {
   background-color: #CC3413;
 }
</style>
border-color css

<style>
 span { border-color: #CC3413; }

 span { border-color: rgb(204,52,19); }

 td.TdClassName
 {
   border-color: #CC3413;
 }
 .TagClassName
 {
   border-color: #CC3413;
 }
</style>