Html Css Color HEX #CC2F20 Harley Davidson Orange

📋 copy color: '#CC2F20'

red 204 ◦ green 47 ◦ blue 32

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

Shades of Harley Davidson Orange #CC2F20

Tints of Harley Davidson Orange #CC2F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 72.08%
G = 16.61%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2F20 (or 0xCC2F20) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 20. RGB value is (204,47,32). Sum of RGB (Red+Green+Blue) = 204+47+32=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F20 is #33D0DF. Grayscale: #5C5C5C. Windows color (decimal): -3395808 or 2109388. OLE color: 2109388.

HSL color Cylindrical-coordinate representation of color #CC2F20: hue angle of 5.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2F20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 32 -
CMYK 0 0.77 0.84 0.2
HSL 5.23º 0.73% 0.46% -
HSV(B) 5.23º 0.84% 0.8% -
XYZ 26.18 14.97 2.88 -
YUV 92.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 204 47 32 0 0.77 0.84 0.2 5.23 0.73 0.46
Hex CC 2F 20 0 4D 54 14 5 49 2E
Octal 314 57 40 0 115 124 24 5 111 56
Binary 11001100 101111 100000 0 1001101 1010100 10100 101 1001001 101110

Color Harmonies of #CC2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F20

Black with #CC2F20

Text Example


Text Example

White with #CC2F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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