Html Css Color HEX #D52F0C Harley Davidson Orange
📋 copy color: '#D52F0C'red 213 ◦ green 47 ◦ blue 12
Shades of Harley Davidson Orange #D52F0C
Tints of Harley Davidson Orange #D52F0C
RGB
CMYK
RGB Variations
Color information
#D52F0C (or 0xD52F0C) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 0C. RGB value is (213,47,12). Sum of RGB (Red+Green+Blue) = 213+47+12=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F0C is #2AD0F3. Grayscale: #5C5C5C. Windows color (decimal): -2806004 or 798677. OLE color: 798677.
HSL color Cylindrical-coordinate representation of color #D52F0C: hue angle of 10.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D52F0C is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 12 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.16 |
| HSL | 10.45º | 0.89% | 0.44% | - |
| HSV(B) | 10.45º | 0.94% | 0.84% | - |
| XYZ | 28.52 | 16.21 | 1.97 | - |
| YUV | 92.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 12 | 0 | 0.78 | 0.94 | 0.16 | 10.45 | 0.89 | 0.44 |
| Hex | D5 | 2F | C | 0 | 4E | 5E | 10 | A | 59 | 2C |
| Octal | 325 | 57 | 14 | 0 | 116 | 136 | 20 | 12 | 131 | 54 |
| Binary | 11010101 | 101111 | 1100 | 0 | 1001110 | 1011110 | 10000 | 1010 | 1011001 | 101100 |
Color Harmonies of #D52F0C
Complementary color
Monochromatic Colors of #D52F0C
Black with #D52F0C
Text Example
Text Example
White with #D52F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F0C; }
p { color: rgb(213,47,12); }
H1.HeaderClassName
{
color: #D52F0C;
}
.AnyTagClassName
{
color: #D52F0C;
}
</style>
background-color css
<style>
a { background-color: #D52F0C; }
a { background-color: rgb(213,47,12); }
div.DivClassName
{
background-color: #D52F0C;
}
.BgClassName
{
background-color: #D52F0C;
}
</style>
border-color css
<style>
span { border-color: #D52F0C; }
span { border-color: rgb(213,47,12); }
td.TdClassName
{
border-color: #D52F0C;
}
.TagClassName
{
border-color: #D52F0C;
}
</style>