Html Css Color HEX #C93806 Harley Davidson Orange
📋 copy color: '#C93806'red 201 ◦ green 56 ◦ blue 6
Shades of Harley Davidson Orange #C93806
Tints of Harley Davidson Orange #C93806
RGB
CMYK
RGB Variations
Color information
#C93806 (or 0xC93806) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 06. RGB value is (201,56,6). Sum of RGB (Red+Green+Blue) = 201+56+6=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C93806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93806 is #36C7F9. Grayscale: #5E5E5E. Windows color (decimal): -3590138 or 407753. OLE color: 407753.
HSL color Cylindrical-coordinate representation of color #C93806: hue angle of 15.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C93806 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.21 |
| HSL | 15.38º | 0.94% | 0.41% | - |
| HSV(B) | 15.38º | 0.97% | 0.79% | - |
| XYZ | 25.53 | 15.26 | 1.77 | - |
| YUV | 93.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 6 | 0 | 0.72 | 0.97 | 0.21 | 15.38 | 0.94 | 0.41 |
| Hex | C9 | 38 | 6 | 0 | 48 | 61 | 15 | F | 5E | 29 |
| Octal | 311 | 70 | 6 | 0 | 110 | 141 | 25 | 17 | 136 | 51 |
| Binary | 11001001 | 111000 | 110 | 0 | 1001000 | 1100001 | 10101 | 1111 | 1011110 | 101001 |
Color Harmonies of #C93806
Complementary color
Monochromatic Colors of #C93806
Black with #C93806
Text Example
Text Example
White with #C93806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93806; }
p { color: rgb(201,56,6); }
H1.HeaderClassName
{
color: #C93806;
}
.AnyTagClassName
{
color: #C93806;
}
</style>
background-color css
<style>
a { background-color: #C93806; }
a { background-color: rgb(201,56,6); }
div.DivClassName
{
background-color: #C93806;
}
.BgClassName
{
background-color: #C93806;
}
</style>
border-color css
<style>
span { border-color: #C93806; }
span { border-color: rgb(201,56,6); }
td.TdClassName
{
border-color: #C93806;
}
.TagClassName
{
border-color: #C93806;
}
</style>