Html Css Color HEX #CC3C09 Harley Davidson Orange

📋 copy color: '#CC3C09'

red 204 ◦ green 60 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3C09

Tints of Harley Davidson Orange #CC3C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 74.73%
G = 21.98%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3C09 (or 0xCC3C09) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 09. RGB value is (204,60,9). Sum of RGB (Red+Green+Blue) = 204+60+9=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C09 is #33C3F6. Grayscale: #616161. Windows color (decimal): -3392503 or 605388. OLE color: 605388.

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

Color convert

RGB 204 60 9 -
CMYK 0 0.71 0.96 0.2
HSL 15.69º 0.92% 0.42% -
HSV(B) 15.69º 0.96% 0.8% -
XYZ 26.57 16.09 1.96 -
YUV 97.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 204 60 9 0 0.71 0.96 0.2 15.69 0.92 0.42
Hex CC 3C 9 0 47 60 14 10 5C 2A
Octal 314 74 11 0 107 140 24 20 134 52
Binary 11001100 111100 1001 0 1000111 1100000 10100 10000 1011100 101010

Color Harmonies of #CC3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C09

Black with #CC3C09

Text Example


Text Example

White with #CC3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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