Html Css Color HEX #C52A0E Harley Davidson Orange
📋 copy color: '#C52A0E'red 197 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #C52A0E
Tints of Harley Davidson Orange #C52A0E
RGB
CMYK
RGB Variations
Color information
#C52A0E (or 0xC52A0E) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 0E. RGB value is (197,42,14). Sum of RGB (Red+Green+Blue) = 197+42+14=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A0E is #3AD5F1. Grayscale: #555555. Windows color (decimal): -3855858 or 928453. OLE color: 928453.
HSL color Cylindrical-coordinate representation of color #C52A0E: hue angle of 9.18º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C52A0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.23 |
| HSL | 9.18º | 0.87% | 0.41% | - |
| HSV(B) | 9.18º | 0.93% | 0.77% | - |
| XYZ | 23.93 | 13.56 | 1.77 | - |
| YUV | 85.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 14 | 0 | 0.79 | 0.93 | 0.23 | 9.18 | 0.87 | 0.41 |
| Hex | C5 | 2A | E | 0 | 4F | 5D | 17 | 9 | 57 | 29 |
| Octal | 305 | 52 | 16 | 0 | 117 | 135 | 27 | 11 | 127 | 51 |
| Binary | 11000101 | 101010 | 1110 | 0 | 1001111 | 1011101 | 10111 | 1001 | 1010111 | 101001 |
Color Harmonies of #C52A0E
Complementary color
Monochromatic Colors of #C52A0E
Black with #C52A0E
Text Example
Text Example
White with #C52A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A0E; }
p { color: rgb(197,42,14); }
H1.HeaderClassName
{
color: #C52A0E;
}
.AnyTagClassName
{
color: #C52A0E;
}
</style>
background-color css
<style>
a { background-color: #C52A0E; }
a { background-color: rgb(197,42,14); }
div.DivClassName
{
background-color: #C52A0E;
}
.BgClassName
{
background-color: #C52A0E;
}
</style>
border-color css
<style>
span { border-color: #C52A0E; }
span { border-color: rgb(197,42,14); }
td.TdClassName
{
border-color: #C52A0E;
}
.TagClassName
{
border-color: #C52A0E;
}
</style>