Html Css Color HEX #C92303 Harley Davidson Orange
📋 copy color: '#C92303'red 201 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #C92303
Tints of Harley Davidson Orange #C92303
RGB
CMYK
RGB Variations
Color information
#C92303 (or 0xC92303) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 03. RGB value is (201,35,3). Sum of RGB (Red+Green+Blue) = 201+35+3=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C92303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92303 is #36DCFC. Grayscale: #515151. Windows color (decimal): -3595517 or 205769. OLE color: 205769.
HSL color Cylindrical-coordinate representation of color #C92303: hue angle of 9.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C92303 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.21 |
| HSL | 9.7º | 0.97% | 0.4% | - |
| HSV(B) | 9.7º | 0.99% | 0.79% | - |
| XYZ | 24.7 | 13.63 | 1.41 | - |
| YUV | 80.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 3 | 0 | 0.83 | 0.99 | 0.21 | 9.7 | 0.97 | 0.4 |
| Hex | C9 | 23 | 3 | 0 | 53 | 63 | 15 | A | 61 | 28 |
| Octal | 311 | 43 | 3 | 0 | 123 | 143 | 25 | 12 | 141 | 50 |
| Binary | 11001001 | 100011 | 11 | 0 | 1010011 | 1100011 | 10101 | 1010 | 1100001 | 101000 |
Color Harmonies of #C92303
Complementary color
Monochromatic Colors of #C92303
Black with #C92303
Text Example
Text Example
White with #C92303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92303; }
p { color: rgb(201,35,3); }
H1.HeaderClassName
{
color: #C92303;
}
.AnyTagClassName
{
color: #C92303;
}
</style>
background-color css
<style>
a { background-color: #C92303; }
a { background-color: rgb(201,35,3); }
div.DivClassName
{
background-color: #C92303;
}
.BgClassName
{
background-color: #C92303;
}
</style>
border-color css
<style>
span { border-color: #C92303; }
span { border-color: rgb(201,35,3); }
td.TdClassName
{
border-color: #C92303;
}
.TagClassName
{
border-color: #C92303;
}
</style>