Html Css Color HEX #CC4210 Harley Davidson Orange

📋 copy color: '#CC4210'

red 204 ◦ green 66 ◦ blue 16

#CC4210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC4210

Tints of Harley Davidson Orange #CC4210

RGB

 RED value IS 204 (80.08% from 255) = 71.33%

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 71.33%
G = 23.08%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4210 (or 0xCC4210) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 10. RGB value is (204,66,16). Sum of RGB (Red+Green+Blue) = 204+66+16=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4210 is #33BDEF. Grayscale: #656565. Windows color (decimal): -3390960 or 1065676. OLE color: 1065676.

HSL color Cylindrical-coordinate representation of color #CC4210: hue angle of 15.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4210 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 16 -
CMYK 0 0.68 0.92 0.2
HSL 15.96º 0.85% 0.43% -
HSV(B) 15.96º 0.92% 0.8% -
XYZ 26.94 16.77 2.31 -
YUV 101.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 204 66 16 0 0.68 0.92 0.2 15.96 0.85 0.43
Hex CC 42 10 0 44 5C 14 10 55 2B
Octal 314 102 20 0 104 134 24 20 125 53
Binary 11001100 1000010 10000 0 1000100 1011100 10100 10000 1010101 101011

Color Harmonies of #CC4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4210

Black with #CC4210

Text Example


Text Example

White with #CC4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4210; }

 p { color: rgb(204,66,16); }

 H1.HeaderClassName
 {
   color: #CC4210;
 }
 .AnyTagClassName
 {
   color: #CC4210;
 }
</style>

background-color css

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

 a { background-color: rgb(204,66,16); }

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

border-color css

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

 span { border-color: rgb(204,66,16); }

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