Html Css Color HEX #CC2406 Harley Davidson Orange

📋 copy color: '#CC2406'

red 204 ◦ green 36 ◦ blue 6

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

Shades of Harley Davidson Orange #CC2406

Tints of Harley Davidson Orange #CC2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 82.93%
G = 14.63%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2406 (or 0xCC2406) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 06. RGB value is (204,36,6). Sum of RGB (Red+Green+Blue) = 204+36+6=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2406 is #33DBF9. Grayscale: #535353. Windows color (decimal): -3398650 or 402636. OLE color: 402636.

HSL color Cylindrical-coordinate representation of color #CC2406: hue angle of 9.09º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC2406 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 6 -
CMYK 0 0.82 0.97 0.2
HSL 9.09º 0.94% 0.41% -
HSV(B) 9.09º 0.97% 0.8% -
XYZ 25.57 14.11 1.55 -
YUV 82.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 204 36 6 0 0.82 0.97 0.2 9.09 0.94 0.41
Hex CC 24 6 0 52 61 14 9 5E 29
Octal 314 44 6 0 122 141 24 11 136 51
Binary 11001100 100100 110 0 1010010 1100001 10100 1001 1011110 101001

Color Harmonies of #CC2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2406

Black with #CC2406

Text Example


Text Example

White with #CC2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2406; }

 p { color: rgb(204,36,6); }

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

background-color css

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

 a { background-color: rgb(204,36,6); }

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

border-color css

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

 span { border-color: rgb(204,36,6); }

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