Html Css Color HEX #C93416 Harley Davidson Orange
📋 copy color: '#C93416'red 201 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #C93416
Tints of Harley Davidson Orange #C93416
RGB
CMYK
RGB Variations
Color information
#C93416 (or 0xC93416) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 16. RGB value is (201,52,22). Sum of RGB (Red+Green+Blue) = 201+52+22=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93416 is #36CBE9. Grayscale: #5D5D5D. Windows color (decimal): -3591146 or 1455305. OLE color: 1455305.
HSL color Cylindrical-coordinate representation of color #C93416: hue angle of 10.06º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93416 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.21 |
| HSL | 10.06º | 0.8% | 0.44% | - |
| HSV(B) | 10.06º | 0.89% | 0.79% | - |
| XYZ | 25.46 | 14.93 | 2.3 | - |
| YUV | 93.13 | 87.86 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 22 | 0 | 0.74 | 0.89 | 0.21 | 10.06 | 0.8 | 0.44 |
| Hex | C9 | 34 | 16 | 0 | 4A | 59 | 15 | A | 50 | 2C |
| Octal | 311 | 64 | 26 | 0 | 112 | 131 | 25 | 12 | 120 | 54 |
| Binary | 11001001 | 110100 | 10110 | 0 | 1001010 | 1011001 | 10101 | 1010 | 1010000 | 101100 |
Color Harmonies of #C93416
Complementary color
Monochromatic Colors of #C93416
Black with #C93416
Text Example
Text Example
White with #C93416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93416; }
p { color: rgb(201,52,22); }
H1.HeaderClassName
{
color: #C93416;
}
.AnyTagClassName
{
color: #C93416;
}
</style>
background-color css
<style>
a { background-color: #C93416; }
a { background-color: rgb(201,52,22); }
div.DivClassName
{
background-color: #C93416;
}
.BgClassName
{
background-color: #C93416;
}
</style>
border-color css
<style>
span { border-color: #C93416; }
span { border-color: rgb(201,52,22); }
td.TdClassName
{
border-color: #C93416;
}
.TagClassName
{
border-color: #C93416;
}
</style>