Html Css Color HEX #DC251A Harley Davidson Orange
📋 copy color: '#DC251A'red 220 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #DC251A
Tints of Harley Davidson Orange #DC251A
RGB
CMYK
RGB Variations
Color information
#DC251A (or 0xDC251A) is known color: Harley Davidson Orange. HEX triplet: DC, 25 and 1A. RGB value is (220,37,26). Sum of RGB (Red+Green+Blue) = 220+37+26=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC251A is #23DAE5. Grayscale: #5A5A5A. Windows color (decimal): -2349798 or 1713628. OLE color: 1713628.
HSL color Cylindrical-coordinate representation of color #DC251A: hue angle of 3.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC251A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.14 |
| HSL | 3.4º | 0.79% | 0.48% | - |
| HSV(B) | 3.4º | 0.88% | 0.86% | - |
| XYZ | 30.36 | 16.61 | 2.58 | - |
| YUV | 90.46 | 91.63 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 26 | 0 | 0.83 | 0.88 | 0.14 | 3.4 | 0.79 | 0.48 |
| Hex | DC | 25 | 1A | 0 | 53 | 58 | E | 3 | 4F | 30 |
| Octal | 334 | 45 | 32 | 0 | 123 | 130 | 16 | 3 | 117 | 60 |
| Binary | 11011100 | 100101 | 11010 | 0 | 1010011 | 1011000 | 1110 | 11 | 1001111 | 110000 |
Color Harmonies of #DC251A
Complementary color
Monochromatic Colors of #DC251A
Black with #DC251A
Text Example
Text Example
White with #DC251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC251A; }
p { color: rgb(220,37,26); }
H1.HeaderClassName
{
color: #DC251A;
}
.AnyTagClassName
{
color: #DC251A;
}
</style>
background-color css
<style>
a { background-color: #DC251A; }
a { background-color: rgb(220,37,26); }
div.DivClassName
{
background-color: #DC251A;
}
.BgClassName
{
background-color: #DC251A;
}
</style>
border-color css
<style>
span { border-color: #DC251A; }
span { border-color: rgb(220,37,26); }
td.TdClassName
{
border-color: #DC251A;
}
.TagClassName
{
border-color: #DC251A;
}
</style>