Html Css Color HEX #CC3609 Harley Davidson Orange

📋 copy color: '#CC3609'

red 204 ◦ green 54 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3609

Tints of Harley Davidson Orange #CC3609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 76.4%
G = 20.22%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3609 (or 0xCC3609) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 09. RGB value is (204,54,9). Sum of RGB (Red+Green+Blue) = 204+54+9=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3609 is #33C9F6. Grayscale: #5E5E5E. Windows color (decimal): -3394039 or 603852. OLE color: 603852.

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

Color convert

RGB 204 54 9 -
CMYK 0 0.74 0.96 0.2
HSL 13.85º 0.92% 0.42% -
HSV(B) 13.85º 0.96% 0.8% -
XYZ 26.27 15.5 1.86 -
YUV 93.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 204 54 9 0 0.74 0.96 0.2 13.85 0.92 0.42
Hex CC 36 9 0 4A 60 14 E 5C 2A
Octal 314 66 11 0 112 140 24 16 134 52
Binary 11001100 110110 1001 0 1001010 1100000 10100 1110 1011100 101010

Color Harmonies of #CC3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3609

Black with #CC3609

Text Example


Text Example

White with #CC3609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3609; }

 p { color: rgb(204,54,9); }

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

background-color css

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

 a { background-color: rgb(204,54,9); }

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

border-color css

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

 span { border-color: rgb(204,54,9); }

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