Html Css Color HEX #D52402 Harley Davidson Orange
📋 copy color: '#D52402'red 213 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #D52402
Tints of Harley Davidson Orange #D52402
RGB
CMYK
RGB Variations
Color information
#D52402 (or 0xD52402) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 02. RGB value is (213,36,2). Sum of RGB (Red+Green+Blue) = 213+36+2=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D52402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52402 is #2ADBFD. Grayscale: #555555. Windows color (decimal): -2808830 or 140501. OLE color: 140501.
HSL color Cylindrical-coordinate representation of color #D52402: hue angle of 9.67º 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 #D52402 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.16 |
| HSL | 9.67º | 0.98% | 0.42% | - |
| HSV(B) | 9.67º | 0.99% | 0.84% | - |
| XYZ | 28.08 | 15.41 | 1.55 | - |
| YUV | 85.05 | 81.14 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 2 | 0 | 0.83 | 0.99 | 0.16 | 9.67 | 0.98 | 0.42 |
| Hex | D5 | 24 | 2 | 0 | 53 | 63 | 10 | A | 62 | 2A |
| Octal | 325 | 44 | 2 | 0 | 123 | 143 | 20 | 12 | 142 | 52 |
| Binary | 11010101 | 100100 | 10 | 0 | 1010011 | 1100011 | 10000 | 1010 | 1100010 | 101010 |
Color Harmonies of #D52402
Complementary color
Monochromatic Colors of #D52402
Black with #D52402
Text Example
Text Example
White with #D52402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52402; }
p { color: rgb(213,36,2); }
H1.HeaderClassName
{
color: #D52402;
}
.AnyTagClassName
{
color: #D52402;
}
</style>
background-color css
<style>
a { background-color: #D52402; }
a { background-color: rgb(213,36,2); }
div.DivClassName
{
background-color: #D52402;
}
.BgClassName
{
background-color: #D52402;
}
</style>
border-color css
<style>
span { border-color: #D52402; }
span { border-color: rgb(213,36,2); }
td.TdClassName
{
border-color: #D52402;
}
.TagClassName
{
border-color: #D52402;
}
</style>