Html Css Color HEX #C22B0D Harley Davidson Orange
📋 copy color: '#C22B0D'red 194 ◦ green 43 ◦ blue 13
Shades of Harley Davidson Orange #C22B0D
Tints of Harley Davidson Orange #C22B0D
RGB
CMYK
RGB Variations
Color information
#C22B0D (or 0xC22B0D) is known color: Harley Davidson Orange. HEX triplet: C2, 2B and 0D. RGB value is (194,43,13). Sum of RGB (Red+Green+Blue) = 194+43+13=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22B0D is #3DD4F2. Grayscale: #555555. Windows color (decimal): -4052211 or 863170. OLE color: 863170.
HSL color Cylindrical-coordinate representation of color #C22B0D: hue angle of 9.94º 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 #C22B0D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.24 |
| HSL | 9.94º | 0.87% | 0.41% | - |
| HSV(B) | 9.94º | 0.93% | 0.76% | - |
| XYZ | 23.18 | 13.23 | 1.71 | - |
| YUV | 84.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 13 | 0 | 0.78 | 0.93 | 0.24 | 9.94 | 0.87 | 0.41 |
| Hex | C2 | 2B | D | 0 | 4E | 5D | 18 | A | 57 | 29 |
| Octal | 302 | 53 | 15 | 0 | 116 | 135 | 30 | 12 | 127 | 51 |
| Binary | 11000010 | 101011 | 1101 | 0 | 1001110 | 1011101 | 11000 | 1010 | 1010111 | 101001 |
Color Harmonies of #C22B0D
Complementary color
Monochromatic Colors of #C22B0D
Black with #C22B0D
Text Example
Text Example
White with #C22B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B0D; }
p { color: rgb(194,43,13); }
H1.HeaderClassName
{
color: #C22B0D;
}
.AnyTagClassName
{
color: #C22B0D;
}
</style>
background-color css
<style>
a { background-color: #C22B0D; }
a { background-color: rgb(194,43,13); }
div.DivClassName
{
background-color: #C22B0D;
}
.BgClassName
{
background-color: #C22B0D;
}
</style>
border-color css
<style>
span { border-color: #C22B0D; }
span { border-color: rgb(194,43,13); }
td.TdClassName
{
border-color: #C22B0D;
}
.TagClassName
{
border-color: #C22B0D;
}
</style>