Html Css Color HEX #C22D0A Harley Davidson Orange
📋 copy color: '#C22D0A'red 194 ◦ green 45 ◦ blue 10
Shades of Harley Davidson Orange #C22D0A
Tints of Harley Davidson Orange #C22D0A
RGB
CMYK
RGB Variations
Color information
#C22D0A (or 0xC22D0A) is known color: Harley Davidson Orange. HEX triplet: C2, 2D and 0A. RGB value is (194,45,10). Sum of RGB (Red+Green+Blue) = 194+45+10=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22D0A is #3DD2F5. Grayscale: #555555. Windows color (decimal): -4051702 or 667074. OLE color: 667074.
HSL color Cylindrical-coordinate representation of color #C22D0A: hue angle of 11.41º 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 #C22D0A is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 10 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.24 |
| HSL | 11.41º | 0.9% | 0.4% | - |
| HSV(B) | 11.41º | 0.95% | 0.76% | - |
| XYZ | 23.24 | 13.37 | 1.64 | - |
| YUV | 85.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 10 | 0 | 0.77 | 0.95 | 0.24 | 11.41 | 0.9 | 0.4 |
| Hex | C2 | 2D | A | 0 | 4D | 5F | 18 | B | 5A | 28 |
| Octal | 302 | 55 | 12 | 0 | 115 | 137 | 30 | 13 | 132 | 50 |
| Binary | 11000010 | 101101 | 1010 | 0 | 1001101 | 1011111 | 11000 | 1011 | 1011010 | 101000 |
Color Harmonies of #C22D0A
Complementary color
Monochromatic Colors of #C22D0A
Black with #C22D0A
Text Example
Text Example
White with #C22D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D0A; }
p { color: rgb(194,45,10); }
H1.HeaderClassName
{
color: #C22D0A;
}
.AnyTagClassName
{
color: #C22D0A;
}
</style>
background-color css
<style>
a { background-color: #C22D0A; }
a { background-color: rgb(194,45,10); }
div.DivClassName
{
background-color: #C22D0A;
}
.BgClassName
{
background-color: #C22D0A;
}
</style>
border-color css
<style>
span { border-color: #C22D0A; }
span { border-color: rgb(194,45,10); }
td.TdClassName
{
border-color: #C22D0A;
}
.TagClassName
{
border-color: #C22D0A;
}
</style>