Html Css Color HEX #C93207 Harley Davidson Orange
📋 copy color: '#C93207'red 201 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #C93207
Tints of Harley Davidson Orange #C93207
RGB
CMYK
RGB Variations
Color information
#C93207 (or 0xC93207) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 07. RGB value is (201,50,7). Sum of RGB (Red+Green+Blue) = 201+50+7=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93207 is #36CDF8. Grayscale: #5A5A5A. Windows color (decimal): -3591673 or 471753. OLE color: 471753.
HSL color Cylindrical-coordinate representation of color #C93207: hue angle of 13.3º 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 #C93207 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.21 |
| HSL | 13.3º | 0.93% | 0.41% | - |
| HSV(B) | 13.3º | 0.97% | 0.79% | - |
| XYZ | 25.27 | 14.71 | 1.71 | - |
| YUV | 90.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 7 | 0 | 0.75 | 0.97 | 0.21 | 13.3 | 0.93 | 0.41 |
| Hex | C9 | 32 | 7 | 0 | 4B | 61 | 15 | D | 5D | 29 |
| Octal | 311 | 62 | 7 | 0 | 113 | 141 | 25 | 15 | 135 | 51 |
| Binary | 11001001 | 110010 | 111 | 0 | 1001011 | 1100001 | 10101 | 1101 | 1011101 | 101001 |
Color Harmonies of #C93207
Complementary color
Monochromatic Colors of #C93207
Black with #C93207
Text Example
Text Example
White with #C93207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93207; }
p { color: rgb(201,50,7); }
H1.HeaderClassName
{
color: #C93207;
}
.AnyTagClassName
{
color: #C93207;
}
</style>
background-color css
<style>
a { background-color: #C93207; }
a { background-color: rgb(201,50,7); }
div.DivClassName
{
background-color: #C93207;
}
.BgClassName
{
background-color: #C93207;
}
</style>
border-color css
<style>
span { border-color: #C93207; }
span { border-color: rgb(201,50,7); }
td.TdClassName
{
border-color: #C93207;
}
.TagClassName
{
border-color: #C93207;
}
</style>