Html Css Color HEX #D32C02 Harley Davidson Orange
📋 copy color: '#D32C02'red 211 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #D32C02
Tints of Harley Davidson Orange #D32C02
RGB
CMYK
RGB Variations
Color information
#D32C02 (or 0xD32C02) is known color: Harley Davidson Orange. HEX triplet: D3, 2C and 02. RGB value is (211,44,2). Sum of RGB (Red+Green+Blue) = 211+44+2=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D32C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32C02 is #2CD3FD. Grayscale: #595959. Windows color (decimal): -2937854 or 142547. OLE color: 142547.
HSL color Cylindrical-coordinate representation of color #D32C02: hue angle of 12.06º 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 #D32C02 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 44 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.17 |
| HSL | 12.06º | 0.98% | 0.42% | - |
| HSV(B) | 12.06º | 0.99% | 0.83% | - |
| XYZ | 27.78 | 15.65 | 1.62 | - |
| YUV | 89.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 2 | 0 | 0.79 | 0.99 | 0.17 | 12.06 | 0.98 | 0.42 |
| Hex | D3 | 2C | 2 | 0 | 4F | 63 | 11 | C | 62 | 2A |
| Octal | 323 | 54 | 2 | 0 | 117 | 143 | 21 | 14 | 142 | 52 |
| Binary | 11010011 | 101100 | 10 | 0 | 1001111 | 1100011 | 10001 | 1100 | 1100010 | 101010 |
Color Harmonies of #D32C02
Complementary color
Monochromatic Colors of #D32C02
Black with #D32C02
Text Example
Text Example
White with #D32C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32C02; }
p { color: rgb(211,44,2); }
H1.HeaderClassName
{
color: #D32C02;
}
.AnyTagClassName
{
color: #D32C02;
}
</style>
background-color css
<style>
a { background-color: #D32C02; }
a { background-color: rgb(211,44,2); }
div.DivClassName
{
background-color: #D32C02;
}
.BgClassName
{
background-color: #D32C02;
}
</style>
border-color css
<style>
span { border-color: #D32C02; }
span { border-color: rgb(211,44,2); }
td.TdClassName
{
border-color: #D32C02;
}
.TagClassName
{
border-color: #D32C02;
}
</style>