Html Css Color HEX #C22F0D Harley Davidson Orange
📋 copy color: '#C22F0D'red 194 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #C22F0D
Tints of Harley Davidson Orange #C22F0D
RGB
CMYK
RGB Variations
Color information
#C22F0D (or 0xC22F0D) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 0D. RGB value is (194,47,13). Sum of RGB (Red+Green+Blue) = 194+47+13=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F0D is #3DD0F2. Grayscale: #575757. Windows color (decimal): -4051187 or 864194. OLE color: 864194.
HSL color Cylindrical-coordinate representation of color #C22F0D: hue angle of 11.27º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C22F0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.24 |
| HSL | 11.27º | 0.87% | 0.41% | - |
| HSV(B) | 11.27º | 0.93% | 0.76% | - |
| XYZ | 23.34 | 13.53 | 1.76 | - |
| YUV | 87.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 13 | 0 | 0.76 | 0.93 | 0.24 | 11.27 | 0.87 | 0.41 |
| Hex | C2 | 2F | D | 0 | 4C | 5D | 18 | B | 57 | 29 |
| Octal | 302 | 57 | 15 | 0 | 114 | 135 | 30 | 13 | 127 | 51 |
| Binary | 11000010 | 101111 | 1101 | 0 | 1001100 | 1011101 | 11000 | 1011 | 1010111 | 101001 |
Color Harmonies of #C22F0D
Complementary color
Monochromatic Colors of #C22F0D
Black with #C22F0D
Text Example
Text Example
White with #C22F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F0D; }
p { color: rgb(194,47,13); }
H1.HeaderClassName
{
color: #C22F0D;
}
.AnyTagClassName
{
color: #C22F0D;
}
</style>
background-color css
<style>
a { background-color: #C22F0D; }
a { background-color: rgb(194,47,13); }
div.DivClassName
{
background-color: #C22F0D;
}
.BgClassName
{
background-color: #C22F0D;
}
</style>
border-color css
<style>
span { border-color: #C22F0D; }
span { border-color: rgb(194,47,13); }
td.TdClassName
{
border-color: #C22F0D;
}
.TagClassName
{
border-color: #C22F0D;
}
</style>