Html Css Color HEX #CC2418 Harley Davidson Orange

📋 copy color: '#CC2418'

red 204 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2418

Tints of Harley Davidson Orange #CC2418

RGB

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

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

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

R = 77.27%
G = 13.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2418 (or 0xCC2418) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 18. RGB value is (204,36,24). Sum of RGB (Red+Green+Blue) = 204+36+24=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2418 is #33DBE7. Grayscale: #555555. Windows color (decimal): -3398632 or 1582284. OLE color: 1582284.

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

Color convert

RGB 204 36 24 -
CMYK 0 0.82 0.88 0.2
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.7 14.17 2.24 -
YUV 84.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 204 36 24 0 0.82 0.88 0.2 4 0.79 0.45
Hex CC 24 18 0 52 58 14 4 4F 2D
Octal 314 44 30 0 122 130 24 4 117 55
Binary 11001100 100100 11000 0 1010010 1011000 10100 100 1001111 101101

Color Harmonies of #CC2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2418

Black with #CC2418

Text Example


Text Example

White with #CC2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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