Html Css Color HEX #CC2B18 Harley Davidson Orange

📋 copy color: '#CC2B18'

red 204 ◦ green 43 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2B18

Tints of Harley Davidson Orange #CC2B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 75.28%
G = 15.87%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2B18 (or 0xCC2B18) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 18. RGB value is (204,43,24). Sum of RGB (Red+Green+Blue) = 204+43+24=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B18 is #33D4E7. Grayscale: #595959. Windows color (decimal): -3396840 or 1584076. OLE color: 1584076.

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

Color convert

RGB 204 43 24 -
CMYK 0 0.79 0.88 0.2
HSL 6.33º 0.79% 0.45% -
HSV(B) 6.33º 0.88% 0.8% -
XYZ 25.93 14.63 2.32 -
YUV 88.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 204 43 24 0 0.79 0.88 0.2 6.33 0.79 0.45
Hex CC 2B 18 0 4F 58 14 6 4F 2D
Octal 314 53 30 0 117 130 24 6 117 55
Binary 11001100 101011 11000 0 1001111 1011000 10100 110 1001111 101101

Color Harmonies of #CC2B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B18

Black with #CC2B18

Text Example


Text Example

White with #CC2B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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