Html Css Color HEX #CC2C21 Harley Davidson Orange

📋 copy color: '#CC2C21'

red 204 ◦ green 44 ◦ blue 33

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

Shades of Harley Davidson Orange #CC2C21

Tints of Harley Davidson Orange #CC2C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 72.6%
G = 15.66%
B = 11.74%

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

#CC2C21 (or 0xCC2C21) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 21. RGB value is (204,44,33). Sum of RGB (Red+Green+Blue) = 204+44+33=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C21 is #33D3DE. Grayscale: #5A5A5A. Windows color (decimal): -3396575 or 2174156. OLE color: 2174156.

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

Color convert

RGB 204 44 33 -
CMYK 0 0.78 0.84 0.2
HSL 3.86º 0.72% 0.46% -
HSV(B) 3.86º 0.84% 0.8% -
XYZ 26.08 14.75 2.91 -
YUV 90.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 204 44 33 0 0.78 0.84 0.2 3.86 0.72 0.46
Hex CC 2C 21 0 4E 54 14 4 48 2E
Octal 314 54 41 0 116 124 24 4 110 56
Binary 11001100 101100 100001 0 1001110 1010100 10100 100 1001000 101110

Color Harmonies of #CC2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C21

Black with #CC2C21

Text Example


Text Example

White with #CC2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C21; }

 p { color: rgb(204,44,33); }

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

background-color css

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

 a { background-color: rgb(204,44,33); }

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

border-color css

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

 span { border-color: rgb(204,44,33); }

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