Html Css Color HEX #C91A10 Harley Davidson Orange
📋 copy color: '#C91A10'red 201 ◦ green 26 ◦ blue 16
Shades of Harley Davidson Orange #C91A10
Tints of Harley Davidson Orange #C91A10
RGB
CMYK
RGB Variations
Color information
#C91A10 (or 0xC91A10) is known color: Harley Davidson Orange. HEX triplet: C9, 1A and 10. RGB value is (201,26,16). Sum of RGB (Red+Green+Blue) = 201+26+16=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A10 is #36E5EF. Grayscale: #4D4D4D. Windows color (decimal): -3597808 or 1055433. OLE color: 1055433.
HSL color Cylindrical-coordinate representation of color #C91A10: hue angle of 3.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91A10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 26 | 16 | - |
CMYK | 0 | 0.87 | 0.92 | 0.21 |
HSL | 3.24º | 0.85% | 0.43% | - |
HSV(B) | 3.24º | 0.92% | 0.79% | - |
XYZ | 24.55 | 13.19 | 1.74 | - |
YUV | 77.19 | 93.48 | 216.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 26 | 16 | 0 | 0.87 | 0.92 | 0.21 | 3.24 | 0.85 | 0.43 |
Hex | C9 | 1A | 10 | 0 | 57 | 5C | 15 | 3 | 55 | 2B |
Octal | 311 | 32 | 20 | 0 | 127 | 134 | 25 | 3 | 125 | 53 |
Binary | 11001001 | 11010 | 10000 | 0 | 1010111 | 1011100 | 10101 | 11 | 1010101 | 101011 |
Color Harmonies of #C91A10
Complementary color
Monochromatic Colors of #C91A10
Black with #C91A10
Text Example
Text Example
White with #C91A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A10; }
p { color: rgb(201,26,16); }
H1.HeaderClassName
{
color: #C91A10;
}
.AnyTagClassName
{
color: #C91A10;
}
</style>
background-color css
<style>
a { background-color: #C91A10; }
a { background-color: rgb(201,26,16); }
div.DivClassName
{
background-color: #C91A10;
}
.BgClassName
{
background-color: #C91A10;
}
</style>
border-color css
<style>
span { border-color: #C91A10; }
span { border-color: rgb(201,26,16); }
td.TdClassName
{
border-color: #C91A10;
}
.TagClassName
{
border-color: #C91A10;
}
</style>