Html Css Color HEX #C52A04 Harley Davidson Orange
📋 copy color: '#C52A04'red 197 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #C52A04
Tints of Harley Davidson Orange #C52A04
RGB
CMYK
RGB Variations
Color information
#C52A04 (or 0xC52A04) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 04. RGB value is (197,42,4). Sum of RGB (Red+Green+Blue) = 197+42+4=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A04 is #3AD5FB. Grayscale: #545454. Windows color (decimal): -3855868 or 273093. OLE color: 273093.
HSL color Cylindrical-coordinate representation of color #C52A04: hue angle of 11.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C52A04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.23 |
| HSL | 11.81º | 0.96% | 0.39% | - |
| HSV(B) | 11.81º | 0.98% | 0.77% | - |
| XYZ | 23.88 | 13.54 | 1.47 | - |
| YUV | 84.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 4 | 0 | 0.79 | 0.98 | 0.23 | 11.81 | 0.96 | 0.39 |
| Hex | C5 | 2A | 4 | 0 | 4F | 62 | 17 | C | 60 | 27 |
| Octal | 305 | 52 | 4 | 0 | 117 | 142 | 27 | 14 | 140 | 47 |
| Binary | 11000101 | 101010 | 100 | 0 | 1001111 | 1100010 | 10111 | 1100 | 1100000 | 100111 |
Color Harmonies of #C52A04
Complementary color
Monochromatic Colors of #C52A04
Black with #C52A04
Text Example
Text Example
White with #C52A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A04; }
p { color: rgb(197,42,4); }
H1.HeaderClassName
{
color: #C52A04;
}
.AnyTagClassName
{
color: #C52A04;
}
</style>
background-color css
<style>
a { background-color: #C52A04; }
a { background-color: rgb(197,42,4); }
div.DivClassName
{
background-color: #C52A04;
}
.BgClassName
{
background-color: #C52A04;
}
</style>
border-color css
<style>
span { border-color: #C52A04; }
span { border-color: rgb(197,42,4); }
td.TdClassName
{
border-color: #C52A04;
}
.TagClassName
{
border-color: #C52A04;
}
</style>