Html Css Color HEX #C52A1F Harley Davidson Orange
📋 copy color: '#C52A1F'red 197 ◦ green 42 ◦ blue 31
Shades of Harley Davidson Orange #C52A1F
Tints of Harley Davidson Orange #C52A1F
RGB
CMYK
RGB Variations
Color information
#C52A1F (or 0xC52A1F) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 1F. RGB value is (197,42,31). Sum of RGB (Red+Green+Blue) = 197+42+31=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A1F is #3AD5E0. Grayscale: #575757. Windows color (decimal): -3855841 or 2042565. OLE color: 2042565.
HSL color Cylindrical-coordinate representation of color #C52A1F: hue angle of 3.98º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52A1F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 31 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.23 |
| HSL | 3.98º | 0.73% | 0.45% | - |
| HSV(B) | 3.98º | 0.84% | 0.77% | - |
| XYZ | 24.1 | 13.63 | 2.66 | - |
| YUV | 87.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 31 | 0 | 0.79 | 0.84 | 0.23 | 3.98 | 0.73 | 0.45 |
| Hex | C5 | 2A | 1F | 0 | 4F | 54 | 17 | 4 | 49 | 2D |
| Octal | 305 | 52 | 37 | 0 | 117 | 124 | 27 | 4 | 111 | 55 |
| Binary | 11000101 | 101010 | 11111 | 0 | 1001111 | 1010100 | 10111 | 100 | 1001001 | 101101 |
Color Harmonies of #C52A1F
Complementary color
Monochromatic Colors of #C52A1F
Black with #C52A1F
Text Example
Text Example
White with #C52A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A1F; }
p { color: rgb(197,42,31); }
H1.HeaderClassName
{
color: #C52A1F;
}
.AnyTagClassName
{
color: #C52A1F;
}
</style>
background-color css
<style>
a { background-color: #C52A1F; }
a { background-color: rgb(197,42,31); }
div.DivClassName
{
background-color: #C52A1F;
}
.BgClassName
{
background-color: #C52A1F;
}
</style>
border-color css
<style>
span { border-color: #C52A1F; }
span { border-color: rgb(197,42,31); }
td.TdClassName
{
border-color: #C52A1F;
}
.TagClassName
{
border-color: #C52A1F;
}
</style>