Html Css Color HEX #CC4612 Harley Davidson Orange

📋 copy color: '#CC4612'

red 204 ◦ green 70 ◦ blue 18

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

Shades of Harley Davidson Orange #CC4612

Tints of Harley Davidson Orange #CC4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 69.86%
G = 23.97%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4612 (or 0xCC4612) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 12. RGB value is (204,70,18). Sum of RGB (Red+Green+Blue) = 204+70+18=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4612 is #33B9ED. Grayscale: #686868. Windows color (decimal): -3389934 or 1197772. OLE color: 1197772.

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

Color convert

RGB 204 70 18 -
CMYK 0 0.66 0.91 0.2
HSL 16.77º 0.84% 0.44% -
HSV(B) 16.77º 0.91% 0.8% -
XYZ 27.2 17.26 2.47 -
YUV 104.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 204 70 18 0 0.66 0.91 0.2 16.77 0.84 0.44
Hex CC 46 12 0 42 5B 14 11 54 2C
Octal 314 106 22 0 102 133 24 21 124 54
Binary 11001100 1000110 10010 0 1000010 1011011 10100 10001 1010100 101100

Color Harmonies of #CC4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4612

Black with #CC4612

Text Example


Text Example

White with #CC4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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