Html Css Color HEX #C2220C Harley Davidson Orange

📋 copy color: '#C2220C'

red 194 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #C2220C

Tints of Harley Davidson Orange #C2220C

RGB

 RED value IS 194 (76.17% from 255) = 80.83%

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 80.83%
G = 14.17%
B = 5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2220C (or 0xC2220C) is known color: Harley Davidson Orange. HEX triplet: C2, 22 and 0C. RGB value is (194,34,12). Sum of RGB (Red+Green+Blue) = 194+34+12=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2220C is #3DDDF3. Grayscale: #4F4F4F. Windows color (decimal): -4054516 or 795330. OLE color: 795330.

HSL color Cylindrical-coordinate representation of color #C2220C: hue angle of 7.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2220C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 12 -
CMYK 0 0.82 0.94 0.24
HSL 7.25º 0.88% 0.4% -
HSV(B) 7.25º 0.94% 0.76% -
XYZ 22.89 12.64 1.58 -
YUV 79.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 194 34 12 0 0.82 0.94 0.24 7.25 0.88 0.4
Hex C2 22 C 0 52 5E 18 7 58 28
Octal 302 42 14 0 122 136 30 7 130 50
Binary 11000010 100010 1100 0 1010010 1011110 11000 111 1011000 101000

Color Harmonies of #C2220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2220C

Black with #C2220C

Text Example


Text Example

White with #C2220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2220C; }

 p { color: rgb(194,34,12); }

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

background-color css

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

 a { background-color: rgb(194,34,12); }

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

border-color css

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

 span { border-color: rgb(194,34,12); }

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