Html Css Color HEX #C93108 Harley Davidson Orange
📋 copy color: '#C93108'red 201 ◦ green 49 ◦ blue 8
Shades of Harley Davidson Orange #C93108
Tints of Harley Davidson Orange #C93108
RGB
CMYK
RGB Variations
Color information
#C93108 (or 0xC93108) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 08. RGB value is (201,49,8). Sum of RGB (Red+Green+Blue) = 201+49+8=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93108 is #36CEF7. Grayscale: #5A5A5A. Windows color (decimal): -3591928 or 537033. OLE color: 537033.
HSL color Cylindrical-coordinate representation of color #C93108: hue angle of 12.75º 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 #C93108 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.21 |
| HSL | 12.75º | 0.92% | 0.41% | - |
| HSV(B) | 12.75º | 0.96% | 0.79% | - |
| XYZ | 25.23 | 14.63 | 1.72 | - |
| YUV | 89.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 8 | 0 | 0.76 | 0.96 | 0.21 | 12.75 | 0.92 | 0.41 |
| Hex | C9 | 31 | 8 | 0 | 4C | 60 | 15 | D | 5C | 29 |
| Octal | 311 | 61 | 10 | 0 | 114 | 140 | 25 | 15 | 134 | 51 |
| Binary | 11001001 | 110001 | 1000 | 0 | 1001100 | 1100000 | 10101 | 1101 | 1011100 | 101001 |
Color Harmonies of #C93108
Complementary color
Monochromatic Colors of #C93108
Black with #C93108
Text Example
Text Example
White with #C93108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93108; }
p { color: rgb(201,49,8); }
H1.HeaderClassName
{
color: #C93108;
}
.AnyTagClassName
{
color: #C93108;
}
</style>
background-color css
<style>
a { background-color: #C93108; }
a { background-color: rgb(201,49,8); }
div.DivClassName
{
background-color: #C93108;
}
.BgClassName
{
background-color: #C93108;
}
</style>
border-color css
<style>
span { border-color: #C93108; }
span { border-color: rgb(201,49,8); }
td.TdClassName
{
border-color: #C93108;
}
.TagClassName
{
border-color: #C93108;
}
</style>