Html Css Color HEX #CC2118 Harley Davidson Orange

📋 copy color: '#CC2118'

red 204 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2118

Tints of Harley Davidson Orange #CC2118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 78.16%
G = 12.64%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2118 (or 0xCC2118) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 18. RGB value is (204,33,24). Sum of RGB (Red+Green+Blue) = 204+33+24=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2118 is #33DEE7. Grayscale: #535353. Windows color (decimal): -3399400 or 1581516. OLE color: 1581516.

HSL color Cylindrical-coordinate representation of color #CC2118: hue angle of 3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC2118 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 24 -
CMYK 0 0.84 0.88 0.2
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.61 13.99 2.21 -
YUV 83.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 204 33 24 0 0.84 0.88 0.2 3 0.79 0.45
Hex CC 21 18 0 54 58 14 3 4F 2D
Octal 314 41 30 0 124 130 24 3 117 55
Binary 11001100 100001 11000 0 1010100 1011000 10100 11 1001111 101101

Color Harmonies of #CC2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2118

Black with #CC2118

Text Example


Text Example

White with #CC2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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