Html Css Color HEX #C21B0B Harley Davidson Orange
📋 copy color: '#C21B0B'red 194 ◦ green 27 ◦ blue 11
Shades of Harley Davidson Orange #C21B0B
Tints of Harley Davidson Orange #C21B0B
RGB
CMYK
RGB Variations
Color information
#C21B0B (or 0xC21B0B) is known color: Harley Davidson Orange. HEX triplet: C2, 1B and 0B. RGB value is (194,27,11). Sum of RGB (Red+Green+Blue) = 194+27+11=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B0B is #3DE4F4. Grayscale: #4B4B4B. Windows color (decimal): -4056309 or 728002. OLE color: 728002.
HSL color Cylindrical-coordinate representation of color #C21B0B: hue angle of 5.25º 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 #C21B0B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 11 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.24 |
| HSL | 5.25º | 0.89% | 0.4% | - |
| HSV(B) | 5.25º | 0.94% | 0.76% | - |
| XYZ | 22.7 | 12.28 | 1.49 | - |
| YUV | 75.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 11 | 0 | 0.86 | 0.94 | 0.24 | 5.25 | 0.89 | 0.4 |
| Hex | C2 | 1B | B | 0 | 56 | 5E | 18 | 5 | 59 | 28 |
| Octal | 302 | 33 | 13 | 0 | 126 | 136 | 30 | 5 | 131 | 50 |
| Binary | 11000010 | 11011 | 1011 | 0 | 1010110 | 1011110 | 11000 | 101 | 1011001 | 101000 |
Color Harmonies of #C21B0B
Complementary color
Monochromatic Colors of #C21B0B
Black with #C21B0B
Text Example
Text Example
White with #C21B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B0B; }
p { color: rgb(194,27,11); }
H1.HeaderClassName
{
color: #C21B0B;
}
.AnyTagClassName
{
color: #C21B0B;
}
</style>
background-color css
<style>
a { background-color: #C21B0B; }
a { background-color: rgb(194,27,11); }
div.DivClassName
{
background-color: #C21B0B;
}
.BgClassName
{
background-color: #C21B0B;
}
</style>
border-color css
<style>
span { border-color: #C21B0B; }
span { border-color: rgb(194,27,11); }
td.TdClassName
{
border-color: #C21B0B;
}
.TagClassName
{
border-color: #C21B0B;
}
</style>