Html Css Color HEX #D24B1C Harley Davidson Orange
📋 copy color: '#D24B1C'red 210 ◦ green 75 ◦ blue 28
Shades of Harley Davidson Orange #D24B1C
Tints of Harley Davidson Orange #D24B1C
RGB
CMYK
RGB Variations
Color information
#D24B1C (or 0xD24B1C) is known color: Harley Davidson Orange. HEX triplet: D2, 4B and 1C. RGB value is (210,75,28). Sum of RGB (Red+Green+Blue) = 210+75+28=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24B1C is #2DB4E3. Grayscale: #6E6E6E. Windows color (decimal): -2995428 or 1854418. OLE color: 1854418.
HSL color Cylindrical-coordinate representation of color #D24B1C: hue angle of 15.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D24B1C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.18 |
| HSL | 15.49º | 0.76% | 0.47% | - |
| HSV(B) | 15.49º | 0.87% | 0.82% | - |
| XYZ | 29.3 | 18.82 | 3.19 | - |
| YUV | 110.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 28 | 0 | 0.64 | 0.87 | 0.18 | 15.49 | 0.76 | 0.47 |
| Hex | D2 | 4B | 1C | 0 | 40 | 57 | 12 | F | 4C | 2F |
| Octal | 322 | 113 | 34 | 0 | 100 | 127 | 22 | 17 | 114 | 57 |
| Binary | 11010010 | 1001011 | 11100 | 0 | 1000000 | 1010111 | 10010 | 1111 | 1001100 | 101111 |
Color Harmonies of #D24B1C
Complementary color
Monochromatic Colors of #D24B1C
Black with #D24B1C
Text Example
Text Example
White with #D24B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B1C; }
p { color: rgb(210,75,28); }
H1.HeaderClassName
{
color: #D24B1C;
}
.AnyTagClassName
{
color: #D24B1C;
}
</style>
background-color css
<style>
a { background-color: #D24B1C; }
a { background-color: rgb(210,75,28); }
div.DivClassName
{
background-color: #D24B1C;
}
.BgClassName
{
background-color: #D24B1C;
}
</style>
border-color css
<style>
span { border-color: #D24B1C; }
span { border-color: rgb(210,75,28); }
td.TdClassName
{
border-color: #D24B1C;
}
.TagClassName
{
border-color: #D24B1C;
}
</style>