Html Css Color HEX #D9200A Harley Davidson Orange
📋 copy color: '#D9200A'red 217 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #D9200A
Tints of Harley Davidson Orange #D9200A
RGB
CMYK
RGB Variations
Color information
#D9200A (or 0xD9200A) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 0A. RGB value is (217,32,10). Sum of RGB (Red+Green+Blue) = 217+32+10=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D9200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9200A is #26DFF5. Grayscale: #555555. Windows color (decimal): -2547702 or 663769. OLE color: 663769.
HSL color Cylindrical-coordinate representation of color #D9200A: hue angle of 6.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9200A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 10 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.15 |
| HSL | 6.38º | 0.91% | 0.45% | - |
| HSV(B) | 6.38º | 0.95% | 0.85% | - |
| XYZ | 29.19 | 15.81 | 1.8 | - |
| YUV | 84.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 10 | 0 | 0.85 | 0.95 | 0.15 | 6.38 | 0.91 | 0.45 |
| Hex | D9 | 20 | A | 0 | 55 | 5F | F | 6 | 5B | 2D |
| Octal | 331 | 40 | 12 | 0 | 125 | 137 | 17 | 6 | 133 | 55 |
| Binary | 11011001 | 100000 | 1010 | 0 | 1010101 | 1011111 | 1111 | 110 | 1011011 | 101101 |
Color Harmonies of #D9200A
Complementary color
Monochromatic Colors of #D9200A
Black with #D9200A
Text Example
Text Example
White with #D9200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9200A; }
p { color: rgb(217,32,10); }
H1.HeaderClassName
{
color: #D9200A;
}
.AnyTagClassName
{
color: #D9200A;
}
</style>
background-color css
<style>
a { background-color: #D9200A; }
a { background-color: rgb(217,32,10); }
div.DivClassName
{
background-color: #D9200A;
}
.BgClassName
{
background-color: #D9200A;
}
</style>
border-color css
<style>
span { border-color: #D9200A; }
span { border-color: rgb(217,32,10); }
td.TdClassName
{
border-color: #D9200A;
}
.TagClassName
{
border-color: #D9200A;
}
</style>