Html Css Color HEX #CC2116 Harley Davidson Orange

📋 copy color: '#CC2116'

red 204 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2116

Tints of Harley Davidson Orange #CC2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 78.76%
G = 12.74%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2116 (or 0xCC2116) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 16. RGB value is (204,33,22). Sum of RGB (Red+Green+Blue) = 204+33+22=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2116 is #33DEE9. Grayscale: #535353. Windows color (decimal): -3399402 or 1450444. OLE color: 1450444.

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

Color convert

RGB 204 33 22 -
CMYK 0 0.84 0.89 0.2
HSL 3.63º 0.81% 0.44% -
HSV(B) 3.63º 0.89% 0.8% -
XYZ 25.59 13.98 2.11 -
YUV 82.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 204 33 22 0 0.84 0.89 0.2 3.63 0.81 0.44
Hex CC 21 16 0 54 59 14 4 51 2C
Octal 314 41 26 0 124 131 24 4 121 54
Binary 11001100 100001 10110 0 1010100 1011001 10100 100 1010001 101100

Color Harmonies of #CC2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2116

Black with #CC2116

Text Example


Text Example

White with #CC2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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