Html Css Color HEX #DC430F Harley Davidson Orange
📋 copy color: '#DC430F'red 220 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #DC430F
Tints of Harley Davidson Orange #DC430F
RGB
CMYK
RGB Variations
Color information
#DC430F (or 0xDC430F) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 0F. RGB value is (220,67,15). Sum of RGB (Red+Green+Blue) = 220+67+15=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC430F is #23BCF0. Grayscale: #6B6B6B. Windows color (decimal): -2342129 or 1000412. OLE color: 1000412.
HSL color Cylindrical-coordinate representation of color #DC430F: hue angle of 15.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC430F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.14 |
| HSL | 15.22º | 0.87% | 0.46% | - |
| HSV(B) | 15.22º | 0.93% | 0.86% | - |
| XYZ | 31.61 | 19.26 | 2.5 | - |
| YUV | 106.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 15 | 0 | 0.70 | 0.93 | 0.14 | 15.22 | 0.87 | 0.46 |
| Hex | DC | 43 | F | 0 | 46 | 5D | E | F | 57 | 2E |
| Octal | 334 | 103 | 17 | 0 | 106 | 135 | 16 | 17 | 127 | 56 |
| Binary | 11011100 | 1000011 | 1111 | 0 | 1000110 | 1011101 | 1110 | 1111 | 1010111 | 101110 |
Color Harmonies of #DC430F
Complementary color
Monochromatic Colors of #DC430F
Black with #DC430F
Text Example
Text Example
White with #DC430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC430F; }
p { color: rgb(220,67,15); }
H1.HeaderClassName
{
color: #DC430F;
}
.AnyTagClassName
{
color: #DC430F;
}
</style>
background-color css
<style>
a { background-color: #DC430F; }
a { background-color: rgb(220,67,15); }
div.DivClassName
{
background-color: #DC430F;
}
.BgClassName
{
background-color: #DC430F;
}
</style>
border-color css
<style>
span { border-color: #DC430F; }
span { border-color: rgb(220,67,15); }
td.TdClassName
{
border-color: #DC430F;
}
.TagClassName
{
border-color: #DC430F;
}
</style>