Html Css Color HEX #CC3108 Harley Davidson Orange

📋 copy color: '#CC3108'

red 204 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #CC3108

Tints of Harley Davidson Orange #CC3108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 78.16%
G = 18.77%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3108 (or 0xCC3108) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 08. RGB value is (204,49,8). Sum of RGB (Red+Green+Blue) = 204+49+8=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3108 is #33CEF7. Grayscale: #5A5A5A. Windows color (decimal): -3395320 or 537036. OLE color: 537036.

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

Color convert

RGB 204 49 8 -
CMYK 0 0.76 0.96 0.2
HSL 12.55º 0.92% 0.42% -
HSV(B) 12.55º 0.96% 0.8% -
XYZ 26.04 15.05 1.76 -
YUV 90.67 81.35 208.83 -
System Red Green Blue C M Y K H S L
Decimal 204 49 8 0 0.76 0.96 0.2 12.55 0.92 0.42
Hex CC 31 8 0 4C 60 14 D 5C 2A
Octal 314 61 10 0 114 140 24 15 134 52
Binary 11001100 110001 1000 0 1001100 1100000 10100 1101 1011100 101010

Color Harmonies of #CC3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3108

Black with #CC3108

Text Example


Text Example

White with #CC3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3108; }

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

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

background-color css

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

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

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

border-color css

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

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

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