Html Css Color HEX #C91B04 Harley Davidson Orange
📋 copy color: '#C91B04'red 201 ◦ green 27 ◦ blue 4
Shades of Harley Davidson Orange #C91B04
Tints of Harley Davidson Orange #C91B04
RGB
CMYK
RGB Variations
Color information
#C91B04 (or 0xC91B04) is known color: Harley Davidson Orange. HEX triplet: C9, 1B and 04. RGB value is (201,27,4). Sum of RGB (Red+Green+Blue) = 201+27+4=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B04 is #36E4FB. Grayscale: #4C4C4C. Windows color (decimal): -3597564 or 269257. OLE color: 269257.
HSL color Cylindrical-coordinate representation of color #C91B04: hue angle of 7.01º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C91B04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 4 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.21 |
| HSL | 7.01º | 0.96% | 0.4% | - |
| HSV(B) | 7.01º | 0.98% | 0.79% | - |
| XYZ | 24.5 | 13.21 | 1.37 | - |
| YUV | 76.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 4 | 0 | 0.87 | 0.98 | 0.21 | 7.01 | 0.96 | 0.4 |
| Hex | C9 | 1B | 4 | 0 | 57 | 62 | 15 | 7 | 60 | 28 |
| Octal | 311 | 33 | 4 | 0 | 127 | 142 | 25 | 7 | 140 | 50 |
| Binary | 11001001 | 11011 | 100 | 0 | 1010111 | 1100010 | 10101 | 111 | 1100000 | 101000 |
Color Harmonies of #C91B04
Complementary color
Monochromatic Colors of #C91B04
Black with #C91B04
Text Example
Text Example
White with #C91B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B04; }
p { color: rgb(201,27,4); }
H1.HeaderClassName
{
color: #C91B04;
}
.AnyTagClassName
{
color: #C91B04;
}
</style>
background-color css
<style>
a { background-color: #C91B04; }
a { background-color: rgb(201,27,4); }
div.DivClassName
{
background-color: #C91B04;
}
.BgClassName
{
background-color: #C91B04;
}
</style>
border-color css
<style>
span { border-color: #C91B04; }
span { border-color: rgb(201,27,4); }
td.TdClassName
{
border-color: #C91B04;
}
.TagClassName
{
border-color: #C91B04;
}
</style>