Html Css Color HEX #D6430F Harley Davidson Orange
📋 copy color: '#D6430F'red 214 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #D6430F
Tints of Harley Davidson Orange #D6430F
RGB
CMYK
RGB Variations
Color information
#D6430F (or 0xD6430F) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 0F. RGB value is (214,67,15). Sum of RGB (Red+Green+Blue) = 214+67+15=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6430F is #29BCF0. Grayscale: #696969. Windows color (decimal): -2735345 or 1000406. OLE color: 1000406.
HSL color Cylindrical-coordinate representation of color #D6430F: hue angle of 15.68º 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 #D6430F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.16 |
| HSL | 15.68º | 0.87% | 0.45% | - |
| HSV(B) | 15.68º | 0.93% | 0.84% | - |
| XYZ | 29.82 | 18.34 | 2.42 | - |
| YUV | 105.03 | 77.2 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 15 | 0 | 0.69 | 0.93 | 0.16 | 15.68 | 0.87 | 0.45 |
| Hex | D6 | 43 | F | 0 | 45 | 5D | 10 | 10 | 57 | 2D |
| Octal | 326 | 103 | 17 | 0 | 105 | 135 | 20 | 20 | 127 | 55 |
| Binary | 11010110 | 1000011 | 1111 | 0 | 1000101 | 1011101 | 10000 | 10000 | 1010111 | 101101 |
Color Harmonies of #D6430F
Complementary color
Monochromatic Colors of #D6430F
Black with #D6430F
Text Example
Text Example
White with #D6430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6430F; }
p { color: rgb(214,67,15); }
H1.HeaderClassName
{
color: #D6430F;
}
.AnyTagClassName
{
color: #D6430F;
}
</style>
background-color css
<style>
a { background-color: #D6430F; }
a { background-color: rgb(214,67,15); }
div.DivClassName
{
background-color: #D6430F;
}
.BgClassName
{
background-color: #D6430F;
}
</style>
border-color css
<style>
span { border-color: #D6430F; }
span { border-color: rgb(214,67,15); }
td.TdClassName
{
border-color: #D6430F;
}
.TagClassName
{
border-color: #D6430F;
}
</style>