Html Css Color HEX #CC4716 Harley Davidson Orange

📋 copy color: '#CC4716'

red 204 ◦ green 71 ◦ blue 22

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

Shades of Harley Davidson Orange #CC4716

Tints of Harley Davidson Orange #CC4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 68.69%
G = 23.91%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4716 (or 0xCC4716) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 16. RGB value is (204,71,22). Sum of RGB (Red+Green+Blue) = 204+71+22=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4716 is #33B8E9. Grayscale: #696969. Windows color (decimal): -3389674 or 1460172. OLE color: 1460172.

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

Color convert

RGB 204 71 22 -
CMYK 0 0.65 0.89 0.2
HSL 16.15º 0.81% 0.44% -
HSV(B) 16.15º 0.89% 0.8% -
XYZ 27.3 17.4 2.68 -
YUV 105.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 204 71 22 0 0.65 0.89 0.2 16.15 0.81 0.44
Hex CC 47 16 0 41 59 14 10 51 2C
Octal 314 107 26 0 101 131 24 20 121 54
Binary 11001100 1000111 10110 0 1000001 1011001 10100 10000 1010001 101100

Color Harmonies of #CC4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4716

Black with #CC4716

Text Example


Text Example

White with #CC4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4716; }

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

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

background-color css

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

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

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

border-color css

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

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

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