Html Css Color HEX #C2200A Harley Davidson Orange

📋 copy color: '#C2200A'

red 194 ◦ green 32 ◦ blue 10

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

Shades of Harley Davidson Orange #C2200A

Tints of Harley Davidson Orange #C2200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 82.2%
G = 13.56%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2200A (or 0xC2200A) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 0A. RGB value is (194,32,10). Sum of RGB (Red+Green+Blue) = 194+32+10=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C2200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2200A is #3DDFF5. Grayscale: #4E4E4E. Windows color (decimal): -4055030 or 663746. OLE color: 663746.

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

Color convert

RGB 194 32 10 -
CMYK 0 0.84 0.95 0.24
HSL 7.17º 0.9% 0.4% -
HSV(B) 7.17º 0.95% 0.76% -
XYZ 22.82 12.52 1.5 -
YUV 77.93 89.67 210.79 -
System Red Green Blue C M Y K H S L
Decimal 194 32 10 0 0.84 0.95 0.24 7.17 0.9 0.4
Hex C2 20 A 0 54 5F 18 7 5A 28
Octal 302 40 12 0 124 137 30 7 132 50
Binary 11000010 100000 1010 0 1010100 1011111 11000 111 1011010 101000

Color Harmonies of #C2200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2200A

Black with #C2200A

Text Example


Text Example

White with #C2200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2200A; }

 p { color: rgb(194,32,10); }

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

background-color css

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

 a { background-color: rgb(194,32,10); }

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

border-color css

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

 span { border-color: rgb(194,32,10); }

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