Html Css Color HEX #C93D07 Harley Davidson Orange
📋 copy color: '#C93D07'red 201 ◦ green 61 ◦ blue 7
Shades of Harley Davidson Orange #C93D07
Tints of Harley Davidson Orange #C93D07
RGB
CMYK
RGB Variations
Color information
#C93D07 (or 0xC93D07) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 07. RGB value is (201,61,7). Sum of RGB (Red+Green+Blue) = 201+61+7=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D07 is #36C2F8. Grayscale: #616161. Windows color (decimal): -3588857 or 474569. OLE color: 474569.
HSL color Cylindrical-coordinate representation of color #C93D07: hue angle of 16.7º degrees, saturation: 0.93, 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 #C93D07 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.21 |
| HSL | 16.7º | 0.93% | 0.41% | - |
| HSV(B) | 16.7º | 0.97% | 0.79% | - |
| XYZ | 25.79 | 15.77 | 1.89 | - |
| YUV | 96.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 7 | 0 | 0.70 | 0.97 | 0.21 | 16.7 | 0.93 | 0.41 |
| Hex | C9 | 3D | 7 | 0 | 46 | 61 | 15 | 11 | 5D | 29 |
| Octal | 311 | 75 | 7 | 0 | 106 | 141 | 25 | 21 | 135 | 51 |
| Binary | 11001001 | 111101 | 111 | 0 | 1000110 | 1100001 | 10101 | 10001 | 1011101 | 101001 |
Color Harmonies of #C93D07
Complementary color
Monochromatic Colors of #C93D07
Black with #C93D07
Text Example
Text Example
White with #C93D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D07; }
p { color: rgb(201,61,7); }
H1.HeaderClassName
{
color: #C93D07;
}
.AnyTagClassName
{
color: #C93D07;
}
</style>
background-color css
<style>
a { background-color: #C93D07; }
a { background-color: rgb(201,61,7); }
div.DivClassName
{
background-color: #C93D07;
}
.BgClassName
{
background-color: #C93D07;
}
</style>
border-color css
<style>
span { border-color: #C93D07; }
span { border-color: rgb(201,61,7); }
td.TdClassName
{
border-color: #C93D07;
}
.TagClassName
{
border-color: #C93D07;
}
</style>