Html Css Color HEX #CC3C08 Harley Davidson Orange

📋 copy color: '#CC3C08'

red 204 ◦ green 60 ◦ blue 8

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

Shades of Harley Davidson Orange #CC3C08

Tints of Harley Davidson Orange #CC3C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 75%
G = 22.06%
B = 2.94%

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

#CC3C08 (or 0xCC3C08) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 08. RGB value is (204,60,8). Sum of RGB (Red+Green+Blue) = 204+60+8=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C08 is #33C3F7. Grayscale: #616161. Windows color (decimal): -3392504 or 539852. OLE color: 539852.

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

Color convert

RGB 204 60 8 -
CMYK 0 0.71 0.96 0.2
HSL 15.92º 0.92% 0.42% -
HSV(B) 15.92º 0.96% 0.8% -
XYZ 26.56 16.09 1.93 -
YUV 97.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 204 60 8 0 0.71 0.96 0.2 15.92 0.92 0.42
Hex CC 3C 8 0 47 60 14 10 5C 2A
Octal 314 74 10 0 107 140 24 20 134 52
Binary 11001100 111100 1000 0 1000111 1100000 10100 10000 1011100 101010

Color Harmonies of #CC3C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C08

Black with #CC3C08

Text Example


Text Example

White with #CC3C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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