Html Css Color HEX #CC2E18 Harley Davidson Orange

📋 copy color: '#CC2E18'

red 204 ◦ green 46 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2E18

Tints of Harley Davidson Orange #CC2E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.79%

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

R = 74.45%
G = 16.79%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2E18 (or 0xCC2E18) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 18. RGB value is (204,46,24). Sum of RGB (Red+Green+Blue) = 204+46+24=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E18 is #33D1E7. Grayscale: #5A5A5A. Windows color (decimal): -3396072 or 1584844. OLE color: 1584844.

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

Color convert

RGB 204 46 24 -
CMYK 0 0.77 0.88 0.2
HSL 7.33º 0.79% 0.45% -
HSV(B) 7.33º 0.88% 0.8% -
XYZ 26.04 14.86 2.36 -
YUV 90.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 204 46 24 0 0.77 0.88 0.2 7.33 0.79 0.45
Hex CC 2E 18 0 4D 58 14 7 4F 2D
Octal 314 56 30 0 115 130 24 7 117 55
Binary 11001100 101110 11000 0 1001101 1011000 10100 111 1001111 101101

Color Harmonies of #CC2E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E18

Black with #CC2E18

Text Example


Text Example

White with #CC2E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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