Html Css Color HEX #D43402 Harley Davidson Orange
📋 copy color: '#D43402'red 212 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #D43402
Tints of Harley Davidson Orange #D43402
RGB
CMYK
RGB Variations
Color information
#D43402 (or 0xD43402) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 02. RGB value is (212,52,2). Sum of RGB (Red+Green+Blue) = 212+52+2=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D43402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43402 is #2BCBFD. Grayscale: #5E5E5E. Windows color (decimal): -2870270 or 144596. OLE color: 144596.
HSL color Cylindrical-coordinate representation of color #D43402: hue angle of 14.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D43402 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.17 |
| HSL | 14.29º | 0.98% | 0.42% | - |
| HSV(B) | 14.29º | 0.99% | 0.83% | - |
| XYZ | 28.39 | 16.46 | 1.74 | - |
| YUV | 94.14 | 76.01 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 2 | 0 | 0.75 | 0.99 | 0.17 | 14.29 | 0.98 | 0.42 |
| Hex | D4 | 34 | 2 | 0 | 4B | 63 | 11 | E | 62 | 2A |
| Octal | 324 | 64 | 2 | 0 | 113 | 143 | 21 | 16 | 142 | 52 |
| Binary | 11010100 | 110100 | 10 | 0 | 1001011 | 1100011 | 10001 | 1110 | 1100010 | 101010 |
Color Harmonies of #D43402
Complementary color
Monochromatic Colors of #D43402
Black with #D43402
Text Example
Text Example
White with #D43402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43402; }
p { color: rgb(212,52,2); }
H1.HeaderClassName
{
color: #D43402;
}
.AnyTagClassName
{
color: #D43402;
}
</style>
background-color css
<style>
a { background-color: #D43402; }
a { background-color: rgb(212,52,2); }
div.DivClassName
{
background-color: #D43402;
}
.BgClassName
{
background-color: #D43402;
}
</style>
border-color css
<style>
span { border-color: #D43402; }
span { border-color: rgb(212,52,2); }
td.TdClassName
{
border-color: #D43402;
}
.TagClassName
{
border-color: #D43402;
}
</style>