Html Css Color HEX #CC3908 Harley Davidson Orange

📋 copy color: '#CC3908'

red 204 ◦ green 57 ◦ blue 8

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

Shades of Harley Davidson Orange #CC3908

Tints of Harley Davidson Orange #CC3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

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

R = 75.84%
G = 21.19%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3908 (or 0xCC3908) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 08. RGB value is (204,57,8). Sum of RGB (Red+Green+Blue) = 204+57+8=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3908 is #33C6F7. Grayscale: #5F5F5F. Windows color (decimal): -3393272 or 539084. OLE color: 539084.

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

Color convert

RGB 204 57 8 -
CMYK 0 0.72 0.96 0.2
HSL 15º 0.92% 0.42% -
HSV(B) 15º 0.96% 0.8% -
XYZ 26.41 15.78 1.88 -
YUV 95.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 204 57 8 0 0.72 0.96 0.2 15 0.92 0.42
Hex CC 39 8 0 48 60 14 F 5C 2A
Octal 314 71 10 0 110 140 24 17 134 52
Binary 11001100 111001 1000 0 1001000 1100000 10100 1111 1011100 101010

Color Harmonies of #CC3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3908

Black with #CC3908

Text Example


Text Example

White with #CC3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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