Html Css Color HEX #CC2211 Harley Davidson Orange

📋 copy color: '#CC2211'

red 204 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #CC2211

Tints of Harley Davidson Orange #CC2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 80%
G = 13.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC2211 (or 0xCC2211) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 11. RGB value is (204,34,17). Sum of RGB (Red+Green+Blue) = 204+34+17=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2211 is #33DDEE. Grayscale: #535353. Windows color (decimal): -3399151 or 1123020. OLE color: 1123020.

HSL color Cylindrical-coordinate representation of color #CC2211: hue angle of 5.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC2211 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 17 -
CMYK 0 0.83 0.92 0.2
HSL 5.45º 0.85% 0.43% -
HSV(B) 5.45º 0.92% 0.8% -
XYZ 25.58 14.02 1.89 -
YUV 82.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 204 34 17 0 0.83 0.92 0.2 5.45 0.85 0.43
Hex CC 22 11 0 53 5C 14 5 55 2B
Octal 314 42 21 0 123 134 24 5 125 53
Binary 11001100 100010 10001 0 1010011 1011100 10100 101 1010101 101011

Color Harmonies of #CC2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2211

Black with #CC2211

Text Example


Text Example

White with #CC2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2211; }

 p { color: rgb(204,34,17); }

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

background-color css

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

 a { background-color: rgb(204,34,17); }

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

border-color css

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

 span { border-color: rgb(204,34,17); }

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