Html Css Color HEX #C93409 Harley Davidson Orange
📋 copy color: '#C93409'red 201 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #C93409
Tints of Harley Davidson Orange #C93409
RGB
CMYK
RGB Variations
Color information
#C93409 (or 0xC93409) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 09. RGB value is (201,52,9). Sum of RGB (Red+Green+Blue) = 201+52+9=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C93409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93409 is #36CBF6. Grayscale: #5B5B5B. Windows color (decimal): -3591159 or 603337. OLE color: 603337.
HSL color Cylindrical-coordinate representation of color #C93409: hue angle of 13.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C93409 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.21 |
| HSL | 13.44º | 0.91% | 0.41% | - |
| HSV(B) | 13.44º | 0.96% | 0.79% | - |
| XYZ | 25.36 | 14.89 | 1.8 | - |
| YUV | 91.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 9 | 0 | 0.74 | 0.96 | 0.21 | 13.44 | 0.91 | 0.41 |
| Hex | C9 | 34 | 9 | 0 | 4A | 60 | 15 | D | 5B | 29 |
| Octal | 311 | 64 | 11 | 0 | 112 | 140 | 25 | 15 | 133 | 51 |
| Binary | 11001001 | 110100 | 1001 | 0 | 1001010 | 1100000 | 10101 | 1101 | 1011011 | 101001 |
Color Harmonies of #C93409
Complementary color
Monochromatic Colors of #C93409
Black with #C93409
Text Example
Text Example
White with #C93409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93409; }
p { color: rgb(201,52,9); }
H1.HeaderClassName
{
color: #C93409;
}
.AnyTagClassName
{
color: #C93409;
}
</style>
background-color css
<style>
a { background-color: #C93409; }
a { background-color: rgb(201,52,9); }
div.DivClassName
{
background-color: #C93409;
}
.BgClassName
{
background-color: #C93409;
}
</style>
border-color css
<style>
span { border-color: #C93409; }
span { border-color: rgb(201,52,9); }
td.TdClassName
{
border-color: #C93409;
}
.TagClassName
{
border-color: #C93409;
}
</style>