Html Css Color HEX #CC3906 Harley Davidson Orange

📋 copy color: '#CC3906'

red 204 ◦ green 57 ◦ blue 6

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

Shades of Harley Davidson Orange #CC3906

Tints of Harley Davidson Orange #CC3906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 76.4%
G = 21.35%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC3906 (or 0xCC3906) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 06. RGB value is (204,57,6). Sum of RGB (Red+Green+Blue) = 204+57+6=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3906 is #33C6F9. Grayscale: #5F5F5F. Windows color (decimal): -3393274 or 408012. OLE color: 408012.

HSL color Cylindrical-coordinate representation of color #CC3906: hue angle of 15.45º 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 #CC3906 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 6 -
CMYK 0 0.72 0.97 0.2
HSL 15.45º 0.94% 0.41% -
HSV(B) 15.45º 0.97% 0.8% -
XYZ 26.4 15.78 1.83 -
YUV 95.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 204 57 6 0 0.72 0.97 0.2 15.45 0.94 0.41
Hex CC 39 6 0 48 61 14 F 5E 29
Octal 314 71 6 0 110 141 24 17 136 51
Binary 11001100 111001 110 0 1001000 1100001 10100 1111 1011110 101001

Color Harmonies of #CC3906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3906

Black with #CC3906

Text Example


Text Example

White with #CC3906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3906; }

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

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

background-color css

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

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

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

border-color css

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

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

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