Html Css Color HEX #D52F07 Harley Davidson Orange
📋 copy color: '#D52F07'red 213 ◦ green 47 ◦ blue 7
Shades of Harley Davidson Orange #D52F07
Tints of Harley Davidson Orange #D52F07
RGB
CMYK
RGB Variations
Color information
#D52F07 (or 0xD52F07) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 07. RGB value is (213,47,7). Sum of RGB (Red+Green+Blue) = 213+47+7=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F07 is #2AD0F8. Grayscale: #5C5C5C. Windows color (decimal): -2806009 or 470997. OLE color: 470997.
HSL color Cylindrical-coordinate representation of color #D52F07: hue angle of 11.65º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D52F07 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 7 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.16 |
| HSL | 11.65º | 0.94% | 0.43% | - |
| HSV(B) | 11.65º | 0.97% | 0.84% | - |
| XYZ | 28.5 | 16.19 | 1.82 | - |
| YUV | 92.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 7 | 0 | 0.78 | 0.97 | 0.16 | 11.65 | 0.94 | 0.43 |
| Hex | D5 | 2F | 7 | 0 | 4E | 61 | 10 | C | 5E | 2B |
| Octal | 325 | 57 | 7 | 0 | 116 | 141 | 20 | 14 | 136 | 53 |
| Binary | 11010101 | 101111 | 111 | 0 | 1001110 | 1100001 | 10000 | 1100 | 1011110 | 101011 |
Color Harmonies of #D52F07
Complementary color
Monochromatic Colors of #D52F07
Black with #D52F07
Text Example
Text Example
White with #D52F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F07; }
p { color: rgb(213,47,7); }
H1.HeaderClassName
{
color: #D52F07;
}
.AnyTagClassName
{
color: #D52F07;
}
</style>
background-color css
<style>
a { background-color: #D52F07; }
a { background-color: rgb(213,47,7); }
div.DivClassName
{
background-color: #D52F07;
}
.BgClassName
{
background-color: #D52F07;
}
</style>
border-color css
<style>
span { border-color: #D52F07; }
span { border-color: rgb(213,47,7); }
td.TdClassName
{
border-color: #D52F07;
}
.TagClassName
{
border-color: #D52F07;
}
</style>