Html Css Color HEX #C92015 Harley Davidson Orange
📋 copy color: '#C92015'red 201 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #C92015
Tints of Harley Davidson Orange #C92015
RGB
CMYK
RGB Variations
Color information
#C92015 (or 0xC92015) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 15. RGB value is (201,32,21). Sum of RGB (Red+Green+Blue) = 201+32+21=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C92015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92015 is #36DFEA. Grayscale: #515151. Windows color (decimal): -3596267 or 1384649. OLE color: 1384649.
HSL color Cylindrical-coordinate representation of color #C92015: hue angle of 3.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C92015 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.21 |
| HSL | 3.67º | 0.81% | 0.44% | - |
| HSV(B) | 3.67º | 0.9% | 0.79% | - |
| XYZ | 24.74 | 13.5 | 2.01 | - |
| YUV | 81.28 | 93.99 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 21 | 0 | 0.84 | 0.90 | 0.21 | 3.67 | 0.81 | 0.44 |
| Hex | C9 | 20 | 15 | 0 | 54 | 5A | 15 | 4 | 51 | 2C |
| Octal | 311 | 40 | 25 | 0 | 124 | 132 | 25 | 4 | 121 | 54 |
| Binary | 11001001 | 100000 | 10101 | 0 | 1010100 | 1011010 | 10101 | 100 | 1010001 | 101100 |
Color Harmonies of #C92015
Complementary color
Monochromatic Colors of #C92015
Black with #C92015
Text Example
Text Example
White with #C92015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92015; }
p { color: rgb(201,32,21); }
H1.HeaderClassName
{
color: #C92015;
}
.AnyTagClassName
{
color: #C92015;
}
</style>
background-color css
<style>
a { background-color: #C92015; }
a { background-color: rgb(201,32,21); }
div.DivClassName
{
background-color: #C92015;
}
.BgClassName
{
background-color: #C92015;
}
</style>
border-color css
<style>
span { border-color: #C92015; }
span { border-color: rgb(201,32,21); }
td.TdClassName
{
border-color: #C92015;
}
.TagClassName
{
border-color: #C92015;
}
</style>