Html Css Color HEX #CC4516 Harley Davidson Orange

📋 copy color: '#CC4516'

red 204 ◦ green 69 ◦ blue 22

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

Shades of Harley Davidson Orange #CC4516

Tints of Harley Davidson Orange #CC4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 69.15%
G = 23.39%
B = 7.46%

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

#CC4516 (or 0xCC4516) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 16. RGB value is (204,69,22). Sum of RGB (Red+Green+Blue) = 204+69+22=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4516 is #33BAE9. Grayscale: #686868. Windows color (decimal): -3390186 or 1459660. OLE color: 1459660.

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

Color convert

RGB 204 69 22 -
CMYK 0 0.66 0.89 0.2
HSL 15.49º 0.81% 0.44% -
HSV(B) 15.49º 0.89% 0.8% -
XYZ 27.17 17.15 2.64 -
YUV 104.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 204 69 22 0 0.66 0.89 0.2 15.49 0.81 0.44
Hex CC 45 16 0 42 59 14 F 51 2C
Octal 314 105 26 0 102 131 24 17 121 54
Binary 11001100 1000101 10110 0 1000010 1011001 10100 1111 1010001 101100

Color Harmonies of #CC4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4516

Black with #CC4516

Text Example


Text Example

White with #CC4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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