Html Css Color HEX #D2430F Harley Davidson Orange
📋 copy color: '#D2430F'red 210 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #D2430F
Tints of Harley Davidson Orange #D2430F
RGB
CMYK
RGB Variations
Color information
#D2430F (or 0xD2430F) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 0F. RGB value is (210,67,15). Sum of RGB (Red+Green+Blue) = 210+67+15=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2430F is #2DBCF0. Grayscale: #686868. Windows color (decimal): -2997489 or 1000402. OLE color: 1000402.
HSL color Cylindrical-coordinate representation of color #D2430F: hue angle of 16º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2430F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.18 |
| HSL | 16º | 0.87% | 0.44% | - |
| HSV(B) | 16º | 0.93% | 0.82% | - |
| XYZ | 28.67 | 17.75 | 2.37 | - |
| YUV | 103.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 15 | 0 | 0.68 | 0.93 | 0.18 | 16 | 0.87 | 0.44 |
| Hex | D2 | 43 | F | 0 | 44 | 5D | 12 | 10 | 57 | 2C |
| Octal | 322 | 103 | 17 | 0 | 104 | 135 | 22 | 20 | 127 | 54 |
| Binary | 11010010 | 1000011 | 1111 | 0 | 1000100 | 1011101 | 10010 | 10000 | 1010111 | 101100 |
Color Harmonies of #D2430F
Complementary color
Monochromatic Colors of #D2430F
Black with #D2430F
Text Example
Text Example
White with #D2430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2430F; }
p { color: rgb(210,67,15); }
H1.HeaderClassName
{
color: #D2430F;
}
.AnyTagClassName
{
color: #D2430F;
}
</style>
background-color css
<style>
a { background-color: #D2430F; }
a { background-color: rgb(210,67,15); }
div.DivClassName
{
background-color: #D2430F;
}
.BgClassName
{
background-color: #D2430F;
}
</style>
border-color css
<style>
span { border-color: #D2430F; }
span { border-color: rgb(210,67,15); }
td.TdClassName
{
border-color: #D2430F;
}
.TagClassName
{
border-color: #D2430F;
}
</style>