Html Css Color HEX #CC3408 Harley Davidson Orange

📋 copy color: '#CC3408'

red 204 ◦ green 52 ◦ blue 8

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

Shades of Harley Davidson Orange #CC3408

Tints of Harley Davidson Orange #CC3408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

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

R = 77.27%
G = 19.7%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3408 (or 0xCC3408) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 08. RGB value is (204,52,8). Sum of RGB (Red+Green+Blue) = 204+52+8=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3408 is #33CBF7. Grayscale: #5C5C5C. Windows color (decimal): -3394552 or 537804. OLE color: 537804.

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

Color convert

RGB 204 52 8 -
CMYK 0 0.75 0.96 0.2
HSL 13.47º 0.92% 0.42% -
HSV(B) 13.47º 0.96% 0.8% -
XYZ 26.17 15.31 1.81 -
YUV 92.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 204 52 8 0 0.75 0.96 0.2 13.47 0.92 0.42
Hex CC 34 8 0 4B 60 14 D 5C 2A
Octal 314 64 10 0 113 140 24 15 134 52
Binary 11001100 110100 1000 0 1001011 1100000 10100 1101 1011100 101010

Color Harmonies of #CC3408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3408

Black with #CC3408

Text Example


Text Example

White with #CC3408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3408; }

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

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

background-color css

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

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

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

border-color css

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

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

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