Html Css Color HEX #D43802 Harley Davidson Orange
📋 copy color: '#D43802'red 212 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #D43802
Tints of Harley Davidson Orange #D43802
RGB
CMYK
RGB Variations
Color information
#D43802 (or 0xD43802) is known color: Harley Davidson Orange. HEX triplet: D4, 38 and 02. RGB value is (212,56,2). Sum of RGB (Red+Green+Blue) = 212+56+2=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D43802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43802 is #2BC7FD. Grayscale: #606060. Windows color (decimal): -2869246 or 145620. OLE color: 145620.
HSL color Cylindrical-coordinate representation of color #D43802: hue angle of 15.43º 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 #D43802 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.17 |
| HSL | 15.43º | 0.98% | 0.42% | - |
| HSV(B) | 15.43º | 0.99% | 0.83% | - |
| XYZ | 28.58 | 16.83 | 1.8 | - |
| YUV | 96.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 2 | 0 | 0.74 | 0.99 | 0.17 | 15.43 | 0.98 | 0.42 |
| Hex | D4 | 38 | 2 | 0 | 4A | 63 | 11 | F | 62 | 2A |
| Octal | 324 | 70 | 2 | 0 | 112 | 143 | 21 | 17 | 142 | 52 |
| Binary | 11010100 | 111000 | 10 | 0 | 1001010 | 1100011 | 10001 | 1111 | 1100010 | 101010 |
Color Harmonies of #D43802
Complementary color
Monochromatic Colors of #D43802
Black with #D43802
Text Example
Text Example
White with #D43802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43802; }
p { color: rgb(212,56,2); }
H1.HeaderClassName
{
color: #D43802;
}
.AnyTagClassName
{
color: #D43802;
}
</style>
background-color css
<style>
a { background-color: #D43802; }
a { background-color: rgb(212,56,2); }
div.DivClassName
{
background-color: #D43802;
}
.BgClassName
{
background-color: #D43802;
}
</style>
border-color css
<style>
span { border-color: #D43802; }
span { border-color: rgb(212,56,2); }
td.TdClassName
{
border-color: #D43802;
}
.TagClassName
{
border-color: #D43802;
}
</style>