Html Css Color HEX #CC2F21 Harley Davidson Orange

📋 copy color: '#CC2F21'

red 204 ◦ green 47 ◦ blue 33

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

Shades of Harley Davidson Orange #CC2F21

Tints of Harley Davidson Orange #CC2F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

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

R = 71.83%
G = 16.55%
B = 11.62%

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

#CC2F21 (or 0xCC2F21) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 21. RGB value is (204,47,33). Sum of RGB (Red+Green+Blue) = 204+47+33=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F21 is #33D0DE. Grayscale: #5C5C5C. Windows color (decimal): -3395807 or 2174924. OLE color: 2174924.

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

Color convert

RGB 204 47 33 -
CMYK 0 0.77 0.84 0.2
HSL 4.91º 0.72% 0.46% -
HSV(B) 4.91º 0.84% 0.8% -
XYZ 26.19 14.98 2.95 -
YUV 92.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 204 47 33 0 0.77 0.84 0.2 4.91 0.72 0.46
Hex CC 2F 21 0 4D 54 14 5 48 2E
Octal 314 57 41 0 115 124 24 5 110 56
Binary 11001100 101111 100001 0 1001101 1010100 10100 101 1001000 101110

Color Harmonies of #CC2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F21

Black with #CC2F21

Text Example


Text Example

White with #CC2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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