Html Css Color HEX #C93316 Harley Davidson Orange
📋 copy color: '#C93316'red 201 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #C93316
Tints of Harley Davidson Orange #C93316
RGB
CMYK
RGB Variations
Color information
#C93316 (or 0xC93316) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 16. RGB value is (201,51,22). Sum of RGB (Red+Green+Blue) = 201+51+22=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93316 is #36CCE9. Grayscale: #5C5C5C. Windows color (decimal): -3591402 or 1455049. OLE color: 1455049.
HSL color Cylindrical-coordinate representation of color #C93316: hue angle of 9.72º 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 #C93316 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.21 |
| HSL | 9.72º | 0.8% | 0.44% | - |
| HSV(B) | 9.72º | 0.89% | 0.79% | - |
| XYZ | 25.42 | 14.84 | 2.28 | - |
| YUV | 92.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 22 | 0 | 0.75 | 0.89 | 0.21 | 9.72 | 0.8 | 0.44 |
| Hex | C9 | 33 | 16 | 0 | 4B | 59 | 15 | A | 50 | 2C |
| Octal | 311 | 63 | 26 | 0 | 113 | 131 | 25 | 12 | 120 | 54 |
| Binary | 11001001 | 110011 | 10110 | 0 | 1001011 | 1011001 | 10101 | 1010 | 1010000 | 101100 |
Color Harmonies of #C93316
Complementary color
Monochromatic Colors of #C93316
Black with #C93316
Text Example
Text Example
White with #C93316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93316; }
p { color: rgb(201,51,22); }
H1.HeaderClassName
{
color: #C93316;
}
.AnyTagClassName
{
color: #C93316;
}
</style>
background-color css
<style>
a { background-color: #C93316; }
a { background-color: rgb(201,51,22); }
div.DivClassName
{
background-color: #C93316;
}
.BgClassName
{
background-color: #C93316;
}
</style>
border-color css
<style>
span { border-color: #C93316; }
span { border-color: rgb(201,51,22); }
td.TdClassName
{
border-color: #C93316;
}
.TagClassName
{
border-color: #C93316;
}
</style>