Html Css Color HEX #CC2F18 Harley Davidson Orange

📋 copy color: '#CC2F18'

red 204 ◦ green 47 ◦ blue 24

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

Shades of Harley Davidson Orange #CC2F18

Tints of Harley Davidson Orange #CC2F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

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

R = 74.18%
G = 17.09%
B = 8.73%

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

#CC2F18 (or 0xCC2F18) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 18. RGB value is (204,47,24). Sum of RGB (Red+Green+Blue) = 204+47+24=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F18 is #33D0E7. Grayscale: #5B5B5B. Windows color (decimal): -3395816 or 1585100. OLE color: 1585100.

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

Color convert

RGB 204 47 24 -
CMYK 0 0.77 0.88 0.2
HSL 7.67º 0.79% 0.45% -
HSV(B) 7.67º 0.88% 0.8% -
XYZ 26.08 14.94 2.37 -
YUV 91.32 90.01 208.37 -
System Red Green Blue C M Y K H S L
Decimal 204 47 24 0 0.77 0.88 0.2 7.67 0.79 0.45
Hex CC 2F 18 0 4D 58 14 8 4F 2D
Octal 314 57 30 0 115 130 24 10 117 55
Binary 11001100 101111 11000 0 1001101 1011000 10100 1000 1001111 101101

Color Harmonies of #CC2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F18

Black with #CC2F18

Text Example


Text Example

White with #CC2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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