Html Css Color HEX #D52F02 Harley Davidson Orange
📋 copy color: '#D52F02'red 213 ◦ green 47 ◦ blue 2
Shades of Harley Davidson Orange #D52F02
Tints of Harley Davidson Orange #D52F02
RGB
CMYK
RGB Variations
Color information
#D52F02 (or 0xD52F02) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 02. RGB value is (213,47,2). Sum of RGB (Red+Green+Blue) = 213+47+2=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F02 is #2AD0FD. Grayscale: #5B5B5B. Windows color (decimal): -2806014 or 143317. OLE color: 143317.
HSL color Cylindrical-coordinate representation of color #D52F02: hue angle of 12.8º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D52F02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.16 |
| HSL | 12.8º | 0.98% | 0.42% | - |
| HSV(B) | 12.8º | 0.99% | 0.84% | - |
| XYZ | 28.47 | 16.18 | 1.68 | - |
| YUV | 91.5 | 77.5 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 2 | 0 | 0.78 | 0.99 | 0.16 | 12.8 | 0.98 | 0.42 |
| Hex | D5 | 2F | 2 | 0 | 4E | 63 | 10 | D | 62 | 2A |
| Octal | 325 | 57 | 2 | 0 | 116 | 143 | 20 | 15 | 142 | 52 |
| Binary | 11010101 | 101111 | 10 | 0 | 1001110 | 1100011 | 10000 | 1101 | 1100010 | 101010 |
Color Harmonies of #D52F02
Complementary color
Monochromatic Colors of #D52F02
Black with #D52F02
Text Example
Text Example
White with #D52F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F02; }
p { color: rgb(213,47,2); }
H1.HeaderClassName
{
color: #D52F02;
}
.AnyTagClassName
{
color: #D52F02;
}
</style>
background-color css
<style>
a { background-color: #D52F02; }
a { background-color: rgb(213,47,2); }
div.DivClassName
{
background-color: #D52F02;
}
.BgClassName
{
background-color: #D52F02;
}
</style>
border-color css
<style>
span { border-color: #D52F02; }
span { border-color: rgb(213,47,2); }
td.TdClassName
{
border-color: #D52F02;
}
.TagClassName
{
border-color: #D52F02;
}
</style>