Html Css Color HEX #C91D03 Harley Davidson Orange
📋 copy color: '#C91D03'red 201 ◦ green 29 ◦ blue 3
Shades of Harley Davidson Orange #C91D03
Tints of Harley Davidson Orange #C91D03
RGB
CMYK
RGB Variations
Color information
#C91D03 (or 0xC91D03) is known color: Harley Davidson Orange. HEX triplet: C9, 1D and 03. RGB value is (201,29,3). Sum of RGB (Red+Green+Blue) = 201+29+3=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D03 is #36E2FC. Grayscale: #4D4D4D. Windows color (decimal): -3597053 or 204233. OLE color: 204233.
HSL color Cylindrical-coordinate representation of color #C91D03: hue angle of 7.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C91D03 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.21 |
| HSL | 7.88º | 0.97% | 0.4% | - |
| HSV(B) | 7.88º | 0.99% | 0.79% | - |
| XYZ | 24.54 | 13.3 | 1.36 | - |
| YUV | 77.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 3 | 0 | 0.86 | 0.99 | 0.21 | 7.88 | 0.97 | 0.4 |
| Hex | C9 | 1D | 3 | 0 | 56 | 63 | 15 | 8 | 61 | 28 |
| Octal | 311 | 35 | 3 | 0 | 126 | 143 | 25 | 10 | 141 | 50 |
| Binary | 11001001 | 11101 | 11 | 0 | 1010110 | 1100011 | 10101 | 1000 | 1100001 | 101000 |
Color Harmonies of #C91D03
Complementary color
Monochromatic Colors of #C91D03
Black with #C91D03
Text Example
Text Example
White with #C91D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D03; }
p { color: rgb(201,29,3); }
H1.HeaderClassName
{
color: #C91D03;
}
.AnyTagClassName
{
color: #C91D03;
}
</style>
background-color css
<style>
a { background-color: #C91D03; }
a { background-color: rgb(201,29,3); }
div.DivClassName
{
background-color: #C91D03;
}
.BgClassName
{
background-color: #C91D03;
}
</style>
border-color css
<style>
span { border-color: #C91D03; }
span { border-color: rgb(201,29,3); }
td.TdClassName
{
border-color: #C91D03;
}
.TagClassName
{
border-color: #C91D03;
}
</style>