Html Css Color HEX #CC2D20 Harley Davidson Orange

📋 copy color: '#CC2D20'

red 204 ◦ green 45 ◦ blue 32

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

Shades of Harley Davidson Orange #CC2D20

Tints of Harley Davidson Orange #CC2D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

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

R = 72.6%
G = 16.01%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2D20 (or 0xCC2D20) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 20. RGB value is (204,45,32). Sum of RGB (Red+Green+Blue) = 204+45+32=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D20 is #33D2DF. Grayscale: #5B5B5B. Windows color (decimal): -3396320 or 2108876. OLE color: 2108876.

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

Color convert

RGB 204 45 32 -
CMYK 0 0.78 0.84 0.2
HSL 4.53º 0.73% 0.46% -
HSV(B) 4.53º 0.84% 0.8% -
XYZ 26.1 14.82 2.85 -
YUV 91.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 204 45 32 0 0.78 0.84 0.2 4.53 0.73 0.46
Hex CC 2D 20 0 4E 54 14 5 49 2E
Octal 314 55 40 0 116 124 24 5 111 56
Binary 11001100 101101 100000 0 1001110 1010100 10100 101 1001001 101110

Color Harmonies of #CC2D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D20

Black with #CC2D20

Text Example


Text Example

White with #CC2D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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