Html Css Color HEX #D5430F Harley Davidson Orange
📋 copy color: '#D5430F'red 213 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #D5430F
Tints of Harley Davidson Orange #D5430F
RGB
CMYK
RGB Variations
Color information
#D5430F (or 0xD5430F) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 0F. RGB value is (213,67,15). Sum of RGB (Red+Green+Blue) = 213+67+15=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5430F is #2ABCF0. Grayscale: #696969. Windows color (decimal): -2800881 or 1000405. OLE color: 1000405.
HSL color Cylindrical-coordinate representation of color #D5430F: hue angle of 15.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5430F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.16 |
| HSL | 15.76º | 0.87% | 0.45% | - |
| HSV(B) | 15.76º | 0.93% | 0.84% | - |
| XYZ | 29.53 | 18.19 | 2.41 | - |
| YUV | 104.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 15 | 0 | 0.69 | 0.93 | 0.16 | 15.76 | 0.87 | 0.45 |
| Hex | D5 | 43 | F | 0 | 45 | 5D | 10 | 10 | 57 | 2D |
| Octal | 325 | 103 | 17 | 0 | 105 | 135 | 20 | 20 | 127 | 55 |
| Binary | 11010101 | 1000011 | 1111 | 0 | 1000101 | 1011101 | 10000 | 10000 | 1010111 | 101101 |
Color Harmonies of #D5430F
Complementary color
Monochromatic Colors of #D5430F
Black with #D5430F
Text Example
Text Example
White with #D5430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5430F; }
p { color: rgb(213,67,15); }
H1.HeaderClassName
{
color: #D5430F;
}
.AnyTagClassName
{
color: #D5430F;
}
</style>
background-color css
<style>
a { background-color: #D5430F; }
a { background-color: rgb(213,67,15); }
div.DivClassName
{
background-color: #D5430F;
}
.BgClassName
{
background-color: #D5430F;
}
</style>
border-color css
<style>
span { border-color: #D5430F; }
span { border-color: rgb(213,67,15); }
td.TdClassName
{
border-color: #D5430F;
}
.TagClassName
{
border-color: #D5430F;
}
</style>