Html Css Color HEX #C21F0B Harley Davidson Orange
📋 copy color: '#C21F0B'red 194 ◦ green 31 ◦ blue 11
Shades of Harley Davidson Orange #C21F0B
Tints of Harley Davidson Orange #C21F0B
RGB
CMYK
RGB Variations
Color information
#C21F0B (or 0xC21F0B) is known color: Harley Davidson Orange. HEX triplet: C2, 1F and 0B. RGB value is (194,31,11). Sum of RGB (Red+Green+Blue) = 194+31+11=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21F0B is #3DE0F4. Grayscale: #4D4D4D. Windows color (decimal): -4055285 or 729026. OLE color: 729026.
HSL color Cylindrical-coordinate representation of color #C21F0B: hue angle of 6.56º degrees, saturation: 0.89, 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 #C21F0B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.24 |
| HSL | 6.56º | 0.89% | 0.4% | - |
| HSV(B) | 6.56º | 0.94% | 0.76% | - |
| XYZ | 22.8 | 12.47 | 1.52 | - |
| YUV | 77.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 11 | 0 | 0.84 | 0.94 | 0.24 | 6.56 | 0.89 | 0.4 |
| Hex | C2 | 1F | B | 0 | 54 | 5E | 18 | 7 | 59 | 28 |
| Octal | 302 | 37 | 13 | 0 | 124 | 136 | 30 | 7 | 131 | 50 |
| Binary | 11000010 | 11111 | 1011 | 0 | 1010100 | 1011110 | 11000 | 111 | 1011001 | 101000 |
Color Harmonies of #C21F0B
Complementary color
Monochromatic Colors of #C21F0B
Black with #C21F0B
Text Example
Text Example
White with #C21F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F0B; }
p { color: rgb(194,31,11); }
H1.HeaderClassName
{
color: #C21F0B;
}
.AnyTagClassName
{
color: #C21F0B;
}
</style>
background-color css
<style>
a { background-color: #C21F0B; }
a { background-color: rgb(194,31,11); }
div.DivClassName
{
background-color: #C21F0B;
}
.BgClassName
{
background-color: #C21F0B;
}
</style>
border-color css
<style>
span { border-color: #C21F0B; }
span { border-color: rgb(194,31,11); }
td.TdClassName
{
border-color: #C21F0B;
}
.TagClassName
{
border-color: #C21F0B;
}
</style>