Html Css Color HEX #CC2218 Harley Davidson Orange

📋 copy color: '#CC2218'

red 204 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2218

Tints of Harley Davidson Orange #CC2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

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

R = 77.86%
G = 12.98%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2218 (or 0xCC2218) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 18. RGB value is (204,34,24). Sum of RGB (Red+Green+Blue) = 204+34+24=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2218 is #33DDE7. Grayscale: #535353. Windows color (decimal): -3399144 or 1581772. OLE color: 1581772.

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

Color convert

RGB 204 34 24 -
CMYK 0 0.83 0.88 0.2
HSL 3.33º 0.79% 0.45% -
HSV(B) 3.33º 0.88% 0.8% -
XYZ 25.64 14.05 2.22 -
YUV 83.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 204 34 24 0 0.83 0.88 0.2 3.33 0.79 0.45
Hex CC 22 18 0 53 58 14 3 4F 2D
Octal 314 42 30 0 123 130 24 3 117 55
Binary 11001100 100010 11000 0 1010011 1011000 10100 11 1001111 101101

Color Harmonies of #CC2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2218

Black with #CC2218

Text Example


Text Example

White with #CC2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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