Html Css Color HEX #C91F0D Harley Davidson Orange
📋 copy color: '#C91F0D'red 201 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #C91F0D
Tints of Harley Davidson Orange #C91F0D
RGB
CMYK
RGB Variations
Color information
#C91F0D (or 0xC91F0D) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 0D. RGB value is (201,31,13). Sum of RGB (Red+Green+Blue) = 201+31+13=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F0D is #36E0F2. Grayscale: #505050. Windows color (decimal): -3596531 or 860105. OLE color: 860105.
HSL color Cylindrical-coordinate representation of color #C91F0D: hue angle of 5.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C91F0D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.21 |
| HSL | 5.74º | 0.88% | 0.42% | - |
| HSV(B) | 5.74º | 0.94% | 0.79% | - |
| XYZ | 24.65 | 13.43 | 1.67 | - |
| YUV | 79.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 13 | 0 | 0.85 | 0.94 | 0.21 | 5.74 | 0.88 | 0.42 |
| Hex | C9 | 1F | D | 0 | 55 | 5E | 15 | 6 | 58 | 2A |
| Octal | 311 | 37 | 15 | 0 | 125 | 136 | 25 | 6 | 130 | 52 |
| Binary | 11001001 | 11111 | 1101 | 0 | 1010101 | 1011110 | 10101 | 110 | 1011000 | 101010 |
Color Harmonies of #C91F0D
Complementary color
Monochromatic Colors of #C91F0D
Black with #C91F0D
Text Example
Text Example
White with #C91F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F0D; }
p { color: rgb(201,31,13); }
H1.HeaderClassName
{
color: #C91F0D;
}
.AnyTagClassName
{
color: #C91F0D;
}
</style>
background-color css
<style>
a { background-color: #C91F0D; }
a { background-color: rgb(201,31,13); }
div.DivClassName
{
background-color: #C91F0D;
}
.BgClassName
{
background-color: #C91F0D;
}
</style>
border-color css
<style>
span { border-color: #C91F0D; }
span { border-color: rgb(201,31,13); }
td.TdClassName
{
border-color: #C91F0D;
}
.TagClassName
{
border-color: #C91F0D;
}
</style>