Html Css Color HEX #D0341F Harley Davidson Orange
📋 copy color: '#D0341F'red 208 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #D0341F
Tints of Harley Davidson Orange #D0341F
RGB
CMYK
RGB Variations
Color information
#D0341F (or 0xD0341F) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 1F. RGB value is (208,52,31). Sum of RGB (Red+Green+Blue) = 208+52+31=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0341F is #2FCBE0. Grayscale: #606060. Windows color (decimal): -3132385 or 2045136. OLE color: 2045136.
HSL color Cylindrical-coordinate representation of color #D0341F: hue angle of 7.12º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0341F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.18 |
| HSL | 7.12º | 0.74% | 0.47% | - |
| HSV(B) | 7.12º | 0.85% | 0.82% | - |
| XYZ | 27.49 | 15.96 | 2.93 | - |
| YUV | 96.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 31 | 0 | 0.75 | 0.85 | 0.18 | 7.12 | 0.74 | 0.47 |
| Hex | D0 | 34 | 1F | 0 | 4B | 55 | 12 | 7 | 4A | 2F |
| Octal | 320 | 64 | 37 | 0 | 113 | 125 | 22 | 7 | 112 | 57 |
| Binary | 11010000 | 110100 | 11111 | 0 | 1001011 | 1010101 | 10010 | 111 | 1001010 | 101111 |
Color Harmonies of #D0341F
Complementary color
Monochromatic Colors of #D0341F
Black with #D0341F
Text Example
Text Example
White with #D0341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0341F; }
p { color: rgb(208,52,31); }
H1.HeaderClassName
{
color: #D0341F;
}
.AnyTagClassName
{
color: #D0341F;
}
</style>
background-color css
<style>
a { background-color: #D0341F; }
a { background-color: rgb(208,52,31); }
div.DivClassName
{
background-color: #D0341F;
}
.BgClassName
{
background-color: #D0341F;
}
</style>
border-color css
<style>
span { border-color: #D0341F; }
span { border-color: rgb(208,52,31); }
td.TdClassName
{
border-color: #D0341F;
}
.TagClassName
{
border-color: #D0341F;
}
</style>