Html Css Color HEX #C92413 Harley Davidson Orange
📋 copy color: '#C92413'red 201 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #C92413
Tints of Harley Davidson Orange #C92413
RGB
CMYK
RGB Variations
Color information
#C92413 (or 0xC92413) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 13. RGB value is (201,36,19). Sum of RGB (Red+Green+Blue) = 201+36+19=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C92413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92413 is #36DBEC. Grayscale: #535353. Windows color (decimal): -3595245 or 1254601. OLE color: 1254601.
HSL color Cylindrical-coordinate representation of color #C92413: hue angle of 5.6º 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 #C92413 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.21 |
| HSL | 5.6º | 0.83% | 0.43% | - |
| HSV(B) | 5.6º | 0.91% | 0.79% | - |
| XYZ | 24.84 | 13.73 | 1.96 | - |
| YUV | 83.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 19 | 0 | 0.82 | 0.91 | 0.21 | 5.6 | 0.83 | 0.43 |
| Hex | C9 | 24 | 13 | 0 | 52 | 5B | 15 | 6 | 53 | 2B |
| Octal | 311 | 44 | 23 | 0 | 122 | 133 | 25 | 6 | 123 | 53 |
| Binary | 11001001 | 100100 | 10011 | 0 | 1010010 | 1011011 | 10101 | 110 | 1010011 | 101011 |
Color Harmonies of #C92413
Complementary color
Monochromatic Colors of #C92413
Black with #C92413
Text Example
Text Example
White with #C92413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92413; }
p { color: rgb(201,36,19); }
H1.HeaderClassName
{
color: #C92413;
}
.AnyTagClassName
{
color: #C92413;
}
</style>
background-color css
<style>
a { background-color: #C92413; }
a { background-color: rgb(201,36,19); }
div.DivClassName
{
background-color: #C92413;
}
.BgClassName
{
background-color: #C92413;
}
</style>
border-color css
<style>
span { border-color: #C92413; }
span { border-color: rgb(201,36,19); }
td.TdClassName
{
border-color: #C92413;
}
.TagClassName
{
border-color: #C92413;
}
</style>