Html Css Color HEX #D61A02 Harley Davidson Orange
📋 copy color: '#D61A02'red 214 ◦ green 26 ◦ blue 2
Shades of Harley Davidson Orange #D61A02
Tints of Harley Davidson Orange #D61A02
RGB
CMYK
RGB Variations
Color information
#D61A02 (or 0xD61A02) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 02. RGB value is (214,26,2). Sum of RGB (Red+Green+Blue) = 214+26+2=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A02 is #29E5FD. Grayscale: #4F4F4F. Windows color (decimal): -2745854 or 137942. OLE color: 137942.
HSL color Cylindrical-coordinate representation of color #D61A02: hue angle of 6.79º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D61A02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.16 |
| HSL | 6.79º | 0.98% | 0.42% | - |
| HSV(B) | 6.79º | 0.99% | 0.84% | - |
| XYZ | 28.11 | 15.04 | 1.48 | - |
| YUV | 79.48 | 84.28 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 2 | 0 | 0.88 | 0.99 | 0.16 | 6.79 | 0.98 | 0.42 |
| Hex | D6 | 1A | 2 | 0 | 58 | 63 | 10 | 7 | 62 | 2A |
| Octal | 326 | 32 | 2 | 0 | 130 | 143 | 20 | 7 | 142 | 52 |
| Binary | 11010110 | 11010 | 10 | 0 | 1011000 | 1100011 | 10000 | 111 | 1100010 | 101010 |
Color Harmonies of #D61A02
Complementary color
Monochromatic Colors of #D61A02
Black with #D61A02
Text Example
Text Example
White with #D61A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A02; }
p { color: rgb(214,26,2); }
H1.HeaderClassName
{
color: #D61A02;
}
.AnyTagClassName
{
color: #D61A02;
}
</style>
background-color css
<style>
a { background-color: #D61A02; }
a { background-color: rgb(214,26,2); }
div.DivClassName
{
background-color: #D61A02;
}
.BgClassName
{
background-color: #D61A02;
}
</style>
border-color css
<style>
span { border-color: #D61A02; }
span { border-color: rgb(214,26,2); }
td.TdClassName
{
border-color: #D61A02;
}
.TagClassName
{
border-color: #D61A02;
}
</style>