Html Css Color HEX #C91C03 Harley Davidson Orange
📋 copy color: '#C91C03'red 201 ◦ green 28 ◦ blue 3
Shades of Harley Davidson Orange #C91C03
Tints of Harley Davidson Orange #C91C03
RGB
CMYK
RGB Variations
Color information
#C91C03 (or 0xC91C03) is known color: Harley Davidson Orange. HEX triplet: C9, 1C and 03. RGB value is (201,28,3). Sum of RGB (Red+Green+Blue) = 201+28+3=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C03 is #36E3FC. Grayscale: #4D4D4D. Windows color (decimal): -3597309 or 203977. OLE color: 203977.
HSL color Cylindrical-coordinate representation of color #C91C03: hue angle of 7.58º 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 #C91C03 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.21 |
| HSL | 7.58º | 0.97% | 0.4% | - |
| HSV(B) | 7.58º | 0.99% | 0.79% | - |
| XYZ | 24.52 | 13.25 | 1.35 | - |
| YUV | 76.88 | 86.31 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 3 | 0 | 0.86 | 0.99 | 0.21 | 7.58 | 0.97 | 0.4 |
| Hex | C9 | 1C | 3 | 0 | 56 | 63 | 15 | 8 | 61 | 28 |
| Octal | 311 | 34 | 3 | 0 | 126 | 143 | 25 | 10 | 141 | 50 |
| Binary | 11001001 | 11100 | 11 | 0 | 1010110 | 1100011 | 10101 | 1000 | 1100001 | 101000 |
Color Harmonies of #C91C03
Complementary color
Monochromatic Colors of #C91C03
Black with #C91C03
Text Example
Text Example
White with #C91C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C03; }
p { color: rgb(201,28,3); }
H1.HeaderClassName
{
color: #C91C03;
}
.AnyTagClassName
{
color: #C91C03;
}
</style>
background-color css
<style>
a { background-color: #C91C03; }
a { background-color: rgb(201,28,3); }
div.DivClassName
{
background-color: #C91C03;
}
.BgClassName
{
background-color: #C91C03;
}
</style>
border-color css
<style>
span { border-color: #C91C03; }
span { border-color: rgb(201,28,3); }
td.TdClassName
{
border-color: #C91C03;
}
.TagClassName
{
border-color: #C91C03;
}
</style>