Html Css Color HEX #CC4616 Harley Davidson Orange

📋 copy color: '#CC4616'

red 204 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #CC4616

Tints of Harley Davidson Orange #CC4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 68.92%
G = 23.65%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4616 (or 0xCC4616) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 16. RGB value is (204,70,22). Sum of RGB (Red+Green+Blue) = 204+70+22=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4616 is #33B9E9. Grayscale: #686868. Windows color (decimal): -3389930 or 1459916. OLE color: 1459916.

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

Color convert

RGB 204 70 22 -
CMYK 0 0.66 0.89 0.2
HSL 15.82º 0.81% 0.44% -
HSV(B) 15.82º 0.89% 0.8% -
XYZ 27.24 17.28 2.66 -
YUV 104.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 204 70 22 0 0.66 0.89 0.2 15.82 0.81 0.44
Hex CC 46 16 0 42 59 14 10 51 2C
Octal 314 106 26 0 102 131 24 20 121 54
Binary 11001100 1000110 10110 0 1000010 1011001 10100 10000 1010001 101100

Color Harmonies of #CC4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4616

Black with #CC4616

Text Example


Text Example

White with #CC4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4616; }

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

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

background-color css

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

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

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

border-color css

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

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

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