Html Css Color HEX #D32208 Harley Davidson Orange
📋 copy color: '#D32208'red 211 ◦ green 34 ◦ blue 8
Shades of Harley Davidson Orange #D32208
Tints of Harley Davidson Orange #D32208
RGB
CMYK
RGB Variations
Color information
#D32208 (or 0xD32208) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 08. RGB value is (211,34,8). Sum of RGB (Red+Green+Blue) = 211+34+8=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D32208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32208 is #2CDDF7. Grayscale: #545454. Windows color (decimal): -2940408 or 533203. OLE color: 533203.
HSL color Cylindrical-coordinate representation of color #D32208: hue angle of 7.68º 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 #D32208 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.17 |
| HSL | 7.68º | 0.93% | 0.43% | - |
| HSV(B) | 7.68º | 0.96% | 0.83% | - |
| XYZ | 27.48 | 15.01 | 1.68 | - |
| YUV | 83.96 | 85.14 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 8 | 0 | 0.84 | 0.96 | 0.17 | 7.68 | 0.93 | 0.43 |
| Hex | D3 | 22 | 8 | 0 | 54 | 60 | 11 | 8 | 5D | 2B |
| Octal | 323 | 42 | 10 | 0 | 124 | 140 | 21 | 10 | 135 | 53 |
| Binary | 11010011 | 100010 | 1000 | 0 | 1010100 | 1100000 | 10001 | 1000 | 1011101 | 101011 |
Color Harmonies of #D32208
Complementary color
Monochromatic Colors of #D32208
Black with #D32208
Text Example
Text Example
White with #D32208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32208; }
p { color: rgb(211,34,8); }
H1.HeaderClassName
{
color: #D32208;
}
.AnyTagClassName
{
color: #D32208;
}
</style>
background-color css
<style>
a { background-color: #D32208; }
a { background-color: rgb(211,34,8); }
div.DivClassName
{
background-color: #D32208;
}
.BgClassName
{
background-color: #D32208;
}
</style>
border-color css
<style>
span { border-color: #D32208; }
span { border-color: rgb(211,34,8); }
td.TdClassName
{
border-color: #D32208;
}
.TagClassName
{
border-color: #D32208;
}
</style>