Html Css Color HEX #C02211 Harley Davidson Orange

📋 copy color: '#C02211'

red 192 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #C02211

Tints of Harley Davidson Orange #C02211

RGB

 RED value IS 192 (75.39% from 255) = 79.01%

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

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

R = 79.01%
G = 13.99%
B = 7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02211 (or 0xC02211) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 11. RGB value is (192,34,17). Sum of RGB (Red+Green+Blue) = 192+34+17=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C02211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02211 is #3FDDEE. Grayscale: #4F4F4F. Windows color (decimal): -4185583 or 1123008. OLE color: 1123008.

HSL color Cylindrical-coordinate representation of color #C02211: hue angle of 5.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02211 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 17 -
CMYK 0 0.82 0.91 0.25
HSL 5.83º 0.84% 0.41% -
HSV(B) 5.83º 0.91% 0.75% -
XYZ 22.41 12.39 1.74 -
YUV 79.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 192 34 17 0 0.82 0.91 0.25 5.83 0.84 0.41
Hex C0 22 11 0 52 5B 19 6 54 29
Octal 300 42 21 0 122 133 31 6 124 51
Binary 11000000 100010 10001 0 1010010 1011011 11001 110 1010100 101001

Color Harmonies of #C02211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02211

Black with #C02211

Text Example


Text Example

White with #C02211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02211; }

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

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

background-color css

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

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

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

border-color css

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

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

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