Html Css Color HEX #D43A08 Harley Davidson Orange
📋 copy color: '#D43A08'red 212 ◦ green 58 ◦ blue 8
Shades of Harley Davidson Orange #D43A08
Tints of Harley Davidson Orange #D43A08
RGB
CMYK
RGB Variations
Color information
#D43A08 (or 0xD43A08) is known color: Harley Davidson Orange. HEX triplet: D4, 3A and 08. RGB value is (212,58,8). Sum of RGB (Red+Green+Blue) = 212+58+8=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43A08 is #2BC5F7. Grayscale: #626262. Windows color (decimal): -2868728 or 539348. OLE color: 539348.
HSL color Cylindrical-coordinate representation of color #D43A08: hue angle of 14.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D43A08 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.17 |
| HSL | 14.71º | 0.93% | 0.43% | - |
| HSV(B) | 14.71º | 0.96% | 0.83% | - |
| XYZ | 28.71 | 17.04 | 2.01 | - |
| YUV | 98.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 8 | 0 | 0.73 | 0.96 | 0.17 | 14.71 | 0.93 | 0.43 |
| Hex | D4 | 3A | 8 | 0 | 49 | 60 | 11 | F | 5D | 2B |
| Octal | 324 | 72 | 10 | 0 | 111 | 140 | 21 | 17 | 135 | 53 |
| Binary | 11010100 | 111010 | 1000 | 0 | 1001001 | 1100000 | 10001 | 1111 | 1011101 | 101011 |
Color Harmonies of #D43A08
Complementary color
Monochromatic Colors of #D43A08
Black with #D43A08
Text Example
Text Example
White with #D43A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A08; }
p { color: rgb(212,58,8); }
H1.HeaderClassName
{
color: #D43A08;
}
.AnyTagClassName
{
color: #D43A08;
}
</style>
background-color css
<style>
a { background-color: #D43A08; }
a { background-color: rgb(212,58,8); }
div.DivClassName
{
background-color: #D43A08;
}
.BgClassName
{
background-color: #D43A08;
}
</style>
border-color css
<style>
span { border-color: #D43A08; }
span { border-color: rgb(212,58,8); }
td.TdClassName
{
border-color: #D43A08;
}
.TagClassName
{
border-color: #D43A08;
}
</style>