Html Css Color HEX #C93508 Harley Davidson Orange
📋 copy color: '#C93508'red 201 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #C93508
Tints of Harley Davidson Orange #C93508
RGB
CMYK
RGB Variations
Color information
#C93508 (or 0xC93508) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 08. RGB value is (201,53,8). Sum of RGB (Red+Green+Blue) = 201+53+8=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C93508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93508 is #36CAF7. Grayscale: #5C5C5C. Windows color (decimal): -3590904 or 538057. OLE color: 538057.
HSL color Cylindrical-coordinate representation of color #C93508: hue angle of 13.99º degrees, saturation: 0.92, 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 #C93508 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.21 |
| HSL | 13.99º | 0.92% | 0.41% | - |
| HSV(B) | 13.99º | 0.96% | 0.79% | - |
| XYZ | 25.4 | 14.98 | 1.78 | - |
| YUV | 92.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 8 | 0 | 0.74 | 0.96 | 0.21 | 13.99 | 0.92 | 0.41 |
| Hex | C9 | 35 | 8 | 0 | 4A | 60 | 15 | E | 5C | 29 |
| Octal | 311 | 65 | 10 | 0 | 112 | 140 | 25 | 16 | 134 | 51 |
| Binary | 11001001 | 110101 | 1000 | 0 | 1001010 | 1100000 | 10101 | 1110 | 1011100 | 101001 |
Color Harmonies of #C93508
Complementary color
Monochromatic Colors of #C93508
Black with #C93508
Text Example
Text Example
White with #C93508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93508; }
p { color: rgb(201,53,8); }
H1.HeaderClassName
{
color: #C93508;
}
.AnyTagClassName
{
color: #C93508;
}
</style>
background-color css
<style>
a { background-color: #C93508; }
a { background-color: rgb(201,53,8); }
div.DivClassName
{
background-color: #C93508;
}
.BgClassName
{
background-color: #C93508;
}
</style>
border-color css
<style>
span { border-color: #C93508; }
span { border-color: rgb(201,53,8); }
td.TdClassName
{
border-color: #C93508;
}
.TagClassName
{
border-color: #C93508;
}
</style>