Html Css Color HEX #C01B0A Harley Davidson Orange
📋 copy color: '#C01B0A'red 192 ◦ green 27 ◦ blue 10
Shades of Harley Davidson Orange #C01B0A
Tints of Harley Davidson Orange #C01B0A
RGB
CMYK
RGB Variations
Color information
#C01B0A (or 0xC01B0A) is known color: Harley Davidson Orange. HEX triplet: C0, 1B and 0A. RGB value is (192,27,10). Sum of RGB (Red+Green+Blue) = 192+27+10=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B0A is #3FE4F5. Grayscale: #4A4A4A. Windows color (decimal): -4187382 or 662464. OLE color: 662464.
HSL color Cylindrical-coordinate representation of color #C01B0A: hue angle of 5.6º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C01B0A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 10 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.25 |
| HSL | 5.6º | 0.9% | 0.4% | - |
| HSV(B) | 5.6º | 0.95% | 0.75% | - |
| XYZ | 22.18 | 12.01 | 1.44 | - |
| YUV | 74.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 10 | 0 | 0.86 | 0.95 | 0.25 | 5.6 | 0.9 | 0.4 |
| Hex | C0 | 1B | A | 0 | 56 | 5F | 19 | 6 | 5A | 28 |
| Octal | 300 | 33 | 12 | 0 | 126 | 137 | 31 | 6 | 132 | 50 |
| Binary | 11000000 | 11011 | 1010 | 0 | 1010110 | 1011111 | 11001 | 110 | 1011010 | 101000 |
Color Harmonies of #C01B0A
Complementary color
Monochromatic Colors of #C01B0A
Black with #C01B0A
Text Example
Text Example
White with #C01B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B0A; }
p { color: rgb(192,27,10); }
H1.HeaderClassName
{
color: #C01B0A;
}
.AnyTagClassName
{
color: #C01B0A;
}
</style>
background-color css
<style>
a { background-color: #C01B0A; }
a { background-color: rgb(192,27,10); }
div.DivClassName
{
background-color: #C01B0A;
}
.BgClassName
{
background-color: #C01B0A;
}
</style>
border-color css
<style>
span { border-color: #C01B0A; }
span { border-color: rgb(192,27,10); }
td.TdClassName
{
border-color: #C01B0A;
}
.TagClassName
{
border-color: #C01B0A;
}
</style>