Html Css Color HEX #CC2416 Harley Davidson Orange

📋 copy color: '#CC2416'

red 204 ◦ green 36 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2416

Tints of Harley Davidson Orange #CC2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 77.86%
G = 13.74%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2416 (or 0xCC2416) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 16. RGB value is (204,36,22). Sum of RGB (Red+Green+Blue) = 204+36+22=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2416 is #33DBE9. Grayscale: #545454. Windows color (decimal): -3398634 or 1451212. OLE color: 1451212.

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

Color convert

RGB 204 36 22 -
CMYK 0 0.82 0.89 0.2
HSL 4.62º 0.81% 0.44% -
HSV(B) 4.62º 0.89% 0.8% -
XYZ 25.68 14.16 2.14 -
YUV 84.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 204 36 22 0 0.82 0.89 0.2 4.62 0.81 0.44
Hex CC 24 16 0 52 59 14 5 51 2C
Octal 314 44 26 0 122 131 24 5 121 54
Binary 11001100 100100 10110 0 1010010 1011001 10100 101 1010001 101100

Color Harmonies of #CC2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2416

Black with #CC2416

Text Example


Text Example

White with #CC2416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2416; }

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

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

background-color css

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

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

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

border-color css

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

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

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