Html Css Color HEX #CC2920 Harley Davidson Orange

📋 copy color: '#CC2920'

red 204 ◦ green 41 ◦ blue 32

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

Shades of Harley Davidson Orange #CC2920

Tints of Harley Davidson Orange #CC2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 73.65%
G = 14.8%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2920 (or 0xCC2920) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 20. RGB value is (204,41,32). Sum of RGB (Red+Green+Blue) = 204+41+32=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2920 is #33D6DF. Grayscale: #585858. Windows color (decimal): -3397344 or 2107852. OLE color: 2107852.

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

Color convert

RGB 204 41 32 -
CMYK 0 0.80 0.84 0.2
HSL 3.14º 0.73% 0.46% -
HSV(B) 3.14º 0.84% 0.8% -
XYZ 25.96 14.53 2.8 -
YUV 88.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 204 41 32 0 0.80 0.84 0.2 3.14 0.73 0.46
Hex CC 29 20 0 50 54 14 3 49 2E
Octal 314 51 40 0 120 124 24 3 111 56
Binary 11001100 101001 100000 0 1010000 1010100 10100 11 1001001 101110

Color Harmonies of #CC2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2920

Black with #CC2920

Text Example


Text Example

White with #CC2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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