Html Css Color HEX #C52309 Harley Davidson Orange
📋 copy color: '#C52309'red 197 ◦ green 35 ◦ blue 9
Shades of Harley Davidson Orange #C52309
Tints of Harley Davidson Orange #C52309
RGB
CMYK
RGB Variations
Color information
#C52309 (or 0xC52309) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 09. RGB value is (197,35,9). Sum of RGB (Red+Green+Blue) = 197+35+9=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C52309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52309 is #3ADCF6. Grayscale: #505050. Windows color (decimal): -3857655 or 598981. OLE color: 598981.
HSL color Cylindrical-coordinate representation of color #C52309: hue angle of 8.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C52309 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.23 |
| HSL | 8.3º | 0.91% | 0.4% | - |
| HSV(B) | 8.3º | 0.95% | 0.77% | - |
| XYZ | 23.68 | 13.09 | 1.54 | - |
| YUV | 80.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 9 | 0 | 0.82 | 0.95 | 0.23 | 8.3 | 0.91 | 0.4 |
| Hex | C5 | 23 | 9 | 0 | 52 | 5F | 17 | 8 | 5B | 28 |
| Octal | 305 | 43 | 11 | 0 | 122 | 137 | 27 | 10 | 133 | 50 |
| Binary | 11000101 | 100011 | 1001 | 0 | 1010010 | 1011111 | 10111 | 1000 | 1011011 | 101000 |
Color Harmonies of #C52309
Complementary color
Monochromatic Colors of #C52309
Black with #C52309
Text Example
Text Example
White with #C52309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52309; }
p { color: rgb(197,35,9); }
H1.HeaderClassName
{
color: #C52309;
}
.AnyTagClassName
{
color: #C52309;
}
</style>
background-color css
<style>
a { background-color: #C52309; }
a { background-color: rgb(197,35,9); }
div.DivClassName
{
background-color: #C52309;
}
.BgClassName
{
background-color: #C52309;
}
</style>
border-color css
<style>
span { border-color: #C52309; }
span { border-color: rgb(197,35,9); }
td.TdClassName
{
border-color: #C52309;
}
.TagClassName
{
border-color: #C52309;
}
</style>