Html Css Color HEX #CC2E21 Harley Davidson Orange

📋 copy color: '#CC2E21'

red 204 ◦ green 46 ◦ blue 33

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

Shades of Harley Davidson Orange #CC2E21

Tints of Harley Davidson Orange #CC2E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 72.08%
G = 16.25%
B = 11.66%

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

#CC2E21 (or 0xCC2E21) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 21. RGB value is (204,46,33). Sum of RGB (Red+Green+Blue) = 204+46+33=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E21 is #33D1DE. Grayscale: #5B5B5B. Windows color (decimal): -3396063 or 2174668. OLE color: 2174668.

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

Color convert

RGB 204 46 33 -
CMYK 0 0.77 0.84 0.2
HSL 4.56º 0.72% 0.46% -
HSV(B) 4.56º 0.84% 0.8% -
XYZ 26.15 14.9 2.94 -
YUV 91.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 204 46 33 0 0.77 0.84 0.2 4.56 0.72 0.46
Hex CC 2E 21 0 4D 54 14 5 48 2E
Octal 314 56 41 0 115 124 24 5 110 56
Binary 11001100 101110 100001 0 1001101 1010100 10100 101 1001000 101110

Color Harmonies of #CC2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E21

Black with #CC2E21

Text Example


Text Example

White with #CC2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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