Html Css Color HEX #CC2720 Harley Davidson Orange

📋 copy color: '#CC2720'

red 204 ◦ green 39 ◦ blue 32

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

Shades of Harley Davidson Orange #CC2720

Tints of Harley Davidson Orange #CC2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 74.18%
G = 14.18%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2720 (or 0xCC2720) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 20. RGB value is (204,39,32). Sum of RGB (Red+Green+Blue) = 204+39+32=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2720 is #33D8DF. Grayscale: #575757. Windows color (decimal): -3397856 or 2107340. OLE color: 2107340.

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

Color convert

RGB 204 39 32 -
CMYK 0 0.81 0.84 0.2
HSL 2.44º 0.73% 0.46% -
HSV(B) 2.44º 0.84% 0.8% -
XYZ 25.89 14.39 2.78 -
YUV 87.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 204 39 32 0 0.81 0.84 0.2 2.44 0.73 0.46
Hex CC 27 20 0 51 54 14 2 49 2E
Octal 314 47 40 0 121 124 24 2 111 56
Binary 11001100 100111 100000 0 1010001 1010100 10100 10 1001001 101110

Color Harmonies of #CC2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2720

Black with #CC2720

Text Example


Text Example

White with #CC2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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