Html Css Color HEX #C93902 Harley Davidson Orange
📋 copy color: '#C93902'red 201 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #C93902
Tints of Harley Davidson Orange #C93902
RGB
CMYK
RGB Variations
Color information
#C93902 (or 0xC93902) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 02. RGB value is (201,57,2). Sum of RGB (Red+Green+Blue) = 201+57+2=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C93902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93902 is #36C6FD. Grayscale: #5E5E5E. Windows color (decimal): -3589886 or 145865. OLE color: 145865.
HSL color Cylindrical-coordinate representation of color #C93902: hue angle of 16.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C93902 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.21 |
| HSL | 16.58º | 0.98% | 0.4% | - |
| HSV(B) | 16.58º | 0.99% | 0.79% | - |
| XYZ | 25.56 | 15.35 | 1.67 | - |
| YUV | 93.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 2 | 0 | 0.72 | 0.99 | 0.21 | 16.58 | 0.98 | 0.4 |
| Hex | C9 | 39 | 2 | 0 | 48 | 63 | 15 | 11 | 62 | 28 |
| Octal | 311 | 71 | 2 | 0 | 110 | 143 | 25 | 21 | 142 | 50 |
| Binary | 11001001 | 111001 | 10 | 0 | 1001000 | 1100011 | 10101 | 10001 | 1100010 | 101000 |
Color Harmonies of #C93902
Complementary color
Monochromatic Colors of #C93902
Black with #C93902
Text Example
Text Example
White with #C93902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93902; }
p { color: rgb(201,57,2); }
H1.HeaderClassName
{
color: #C93902;
}
.AnyTagClassName
{
color: #C93902;
}
</style>
background-color css
<style>
a { background-color: #C93902; }
a { background-color: rgb(201,57,2); }
div.DivClassName
{
background-color: #C93902;
}
.BgClassName
{
background-color: #C93902;
}
</style>
border-color css
<style>
span { border-color: #C93902; }
span { border-color: rgb(201,57,2); }
td.TdClassName
{
border-color: #C93902;
}
.TagClassName
{
border-color: #C93902;
}
</style>