Html Css Color HEX #CC3508 Harley Davidson Orange

📋 copy color: '#CC3508'

red 204 ◦ green 53 ◦ blue 8

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

Shades of Harley Davidson Orange #CC3508

Tints of Harley Davidson Orange #CC3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 76.98%
G = 20%
B = 3.02%

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

#CC3508 (or 0xCC3508) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 08. RGB value is (204,53,8). Sum of RGB (Red+Green+Blue) = 204+53+8=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3508 is #33CAF7. Grayscale: #5D5D5D. Windows color (decimal): -3394296 or 538060. OLE color: 538060.

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

Color convert

RGB 204 53 8 -
CMYK 0 0.74 0.96 0.2
HSL 13.78º 0.92% 0.42% -
HSV(B) 13.78º 0.96% 0.8% -
XYZ 26.22 15.4 1.82 -
YUV 93.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 204 53 8 0 0.74 0.96 0.2 13.78 0.92 0.42
Hex CC 35 8 0 4A 60 14 E 5C 2A
Octal 314 65 10 0 112 140 24 16 134 52
Binary 11001100 110101 1000 0 1001010 1100000 10100 1110 1011100 101010

Color Harmonies of #CC3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3508

Black with #CC3508

Text Example


Text Example

White with #CC3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3508; }

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

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

background-color css

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

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

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

border-color css

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

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

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