Html Css Color HEX #CC4012 Harley Davidson Orange

📋 copy color: '#CC4012'

red 204 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #CC4012

Tints of Harley Davidson Orange #CC4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 71.33%
G = 22.38%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4012 (or 0xCC4012) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 12. RGB value is (204,64,18). Sum of RGB (Red+Green+Blue) = 204+64+18=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4012 is #33BFED. Grayscale: #646464. Windows color (decimal): -3391470 or 1196236. OLE color: 1196236.

HSL color Cylindrical-coordinate representation of color #CC4012: hue angle of 14.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4012 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 18 -
CMYK 0 0.69 0.91 0.2
HSL 14.84º 0.84% 0.44% -
HSV(B) 14.84º 0.91% 0.8% -
XYZ 26.84 16.55 2.35 -
YUV 100.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 204 64 18 0 0.69 0.91 0.2 14.84 0.84 0.44
Hex CC 40 12 0 45 5B 14 F 54 2C
Octal 314 100 22 0 105 133 24 17 124 54
Binary 11001100 1000000 10010 0 1000101 1011011 10100 1111 1010100 101100

Color Harmonies of #CC4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4012

Black with #CC4012

Text Example


Text Example

White with #CC4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4012; }

 p { color: rgb(204,64,18); }

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

background-color css

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

 a { background-color: rgb(204,64,18); }

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

border-color css

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

 span { border-color: rgb(204,64,18); }

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