Html Css Color HEX #C02212 Harley Davidson Orange

📋 copy color: '#C02212'

red 192 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #C02212

Tints of Harley Davidson Orange #C02212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 78.69%
G = 13.93%
B = 7.38%

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

#C02212 (or 0xC02212) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 12. RGB value is (192,34,18). Sum of RGB (Red+Green+Blue) = 192+34+18=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C02212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02212 is #3FDDED. Grayscale: #4F4F4F. Windows color (decimal): -4185582 or 1188544. OLE color: 1188544.

HSL color Cylindrical-coordinate representation of color #C02212: hue angle of 5.52º degrees, saturation: 0.83, 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 #C02212 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 18 -
CMYK 0 0.82 0.91 0.25
HSL 5.52º 0.83% 0.41% -
HSV(B) 5.52º 0.91% 0.75% -
XYZ 22.42 12.39 1.78 -
YUV 79.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 192 34 18 0 0.82 0.91 0.25 5.52 0.83 0.41
Hex C0 22 12 0 52 5B 19 6 53 29
Octal 300 42 22 0 122 133 31 6 123 51
Binary 11000000 100010 10010 0 1010010 1011011 11001 110 1010011 101001

Color Harmonies of #C02212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02212

Black with #C02212

Text Example


Text Example

White with #C02212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02212; }

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

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

background-color css

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

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

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

border-color css

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

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

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