Html Css Color HEX #DC1B14 Harley Davidson Orange
📋 copy color: '#DC1B14'red 220 ◦ green 27 ◦ blue 20
Shades of Harley Davidson Orange #DC1B14
Tints of Harley Davidson Orange #DC1B14
RGB
CMYK
RGB Variations
Color information
#DC1B14 (or 0xDC1B14) is known color: Harley Davidson Orange. HEX triplet: DC, 1B and 14. RGB value is (220,27,20). Sum of RGB (Red+Green+Blue) = 220+27+20=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1B14 is #23E4EB. Grayscale: #545454. Windows color (decimal): -2352364 or 1317852. OLE color: 1317852.
HSL color Cylindrical-coordinate representation of color #DC1B14: hue angle of 2.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1B14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.14 |
| HSL | 2.1º | 0.83% | 0.47% | - |
| HSV(B) | 2.1º | 0.91% | 0.86% | - |
| XYZ | 30.03 | 16.05 | 2.18 | - |
| YUV | 83.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 20 | 0 | 0.88 | 0.91 | 0.14 | 2.1 | 0.83 | 0.47 |
| Hex | DC | 1B | 14 | 0 | 58 | 5B | E | 2 | 53 | 2F |
| Octal | 334 | 33 | 24 | 0 | 130 | 133 | 16 | 2 | 123 | 57 |
| Binary | 11011100 | 11011 | 10100 | 0 | 1011000 | 1011011 | 1110 | 10 | 1010011 | 101111 |
Color Harmonies of #DC1B14
Complementary color
Monochromatic Colors of #DC1B14
Black with #DC1B14
Text Example
Text Example
White with #DC1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B14; }
p { color: rgb(220,27,20); }
H1.HeaderClassName
{
color: #DC1B14;
}
.AnyTagClassName
{
color: #DC1B14;
}
</style>
background-color css
<style>
a { background-color: #DC1B14; }
a { background-color: rgb(220,27,20); }
div.DivClassName
{
background-color: #DC1B14;
}
.BgClassName
{
background-color: #DC1B14;
}
</style>
border-color css
<style>
span { border-color: #DC1B14; }
span { border-color: rgb(220,27,20); }
td.TdClassName
{
border-color: #DC1B14;
}
.TagClassName
{
border-color: #DC1B14;
}
</style>