Html Css Color HEX #D0430B Harley Davidson Orange
📋 copy color: '#D0430B'red 208 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #D0430B
Tints of Harley Davidson Orange #D0430B
RGB
CMYK
RGB Variations
Color information
#D0430B (or 0xD0430B) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 0B. RGB value is (208,67,11). Sum of RGB (Red+Green+Blue) = 208+67+11=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0430B is #2FBCF4. Grayscale: #676767. Windows color (decimal): -3128565 or 738256. OLE color: 738256.
HSL color Cylindrical-coordinate representation of color #D0430B: hue angle of 17.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0430B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.18 |
| HSL | 17.06º | 0.9% | 0.43% | - |
| HSV(B) | 17.06º | 0.95% | 0.82% | - |
| XYZ | 28.08 | 17.45 | 2.2 | - |
| YUV | 102.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 11 | 0 | 0.68 | 0.95 | 0.18 | 17.06 | 0.9 | 0.43 |
| Hex | D0 | 43 | B | 0 | 44 | 5F | 12 | 11 | 5A | 2B |
| Octal | 320 | 103 | 13 | 0 | 104 | 137 | 22 | 21 | 132 | 53 |
| Binary | 11010000 | 1000011 | 1011 | 0 | 1000100 | 1011111 | 10010 | 10001 | 1011010 | 101011 |
Color Harmonies of #D0430B
Complementary color
Monochromatic Colors of #D0430B
Black with #D0430B
Text Example
Text Example
White with #D0430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0430B; }
p { color: rgb(208,67,11); }
H1.HeaderClassName
{
color: #D0430B;
}
.AnyTagClassName
{
color: #D0430B;
}
</style>
background-color css
<style>
a { background-color: #D0430B; }
a { background-color: rgb(208,67,11); }
div.DivClassName
{
background-color: #D0430B;
}
.BgClassName
{
background-color: #D0430B;
}
</style>
border-color css
<style>
span { border-color: #D0430B; }
span { border-color: rgb(208,67,11); }
td.TdClassName
{
border-color: #D0430B;
}
.TagClassName
{
border-color: #D0430B;
}
</style>