Html Css Color HEX #C92013 Harley Davidson Orange
📋 copy color: '#C92013'red 201 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #C92013
Tints of Harley Davidson Orange #C92013
RGB
CMYK
RGB Variations
Color information
#C92013 (or 0xC92013) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 13. RGB value is (201,32,19). Sum of RGB (Red+Green+Blue) = 201+32+19=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C92013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92013 is #36DFEC. Grayscale: #515151. Windows color (decimal): -3596269 or 1253577. OLE color: 1253577.
HSL color Cylindrical-coordinate representation of color #C92013: hue angle of 4.29º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C92013 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.21 |
| HSL | 4.29º | 0.83% | 0.43% | - |
| HSV(B) | 4.29º | 0.91% | 0.79% | - |
| XYZ | 24.72 | 13.5 | 1.92 | - |
| YUV | 81.05 | 92.99 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 19 | 0 | 0.84 | 0.91 | 0.21 | 4.29 | 0.83 | 0.43 |
| Hex | C9 | 20 | 13 | 0 | 54 | 5B | 15 | 4 | 53 | 2B |
| Octal | 311 | 40 | 23 | 0 | 124 | 133 | 25 | 4 | 123 | 53 |
| Binary | 11001001 | 100000 | 10011 | 0 | 1010100 | 1011011 | 10101 | 100 | 1010011 | 101011 |
Color Harmonies of #C92013
Complementary color
Monochromatic Colors of #C92013
Black with #C92013
Text Example
Text Example
White with #C92013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92013; }
p { color: rgb(201,32,19); }
H1.HeaderClassName
{
color: #C92013;
}
.AnyTagClassName
{
color: #C92013;
}
</style>
background-color css
<style>
a { background-color: #C92013; }
a { background-color: rgb(201,32,19); }
div.DivClassName
{
background-color: #C92013;
}
.BgClassName
{
background-color: #C92013;
}
</style>
border-color css
<style>
span { border-color: #C92013; }
span { border-color: rgb(201,32,19); }
td.TdClassName
{
border-color: #C92013;
}
.TagClassName
{
border-color: #C92013;
}
</style>