Html Css Color HEX #D12602 Harley Davidson Orange
📋 copy color: '#D12602'red 209 ◦ green 38 ◦ blue 2
Shades of Harley Davidson Orange #D12602
Tints of Harley Davidson Orange #D12602
RGB
CMYK
RGB Variations
Color information
#D12602 (or 0xD12602) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 02. RGB value is (209,38,2). Sum of RGB (Red+Green+Blue) = 209+38+2=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D12602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12602 is #2ED9FD. Grayscale: #555555. Windows color (decimal): -3070462 or 141009. OLE color: 141009.
HSL color Cylindrical-coordinate representation of color #D12602: hue angle of 10.43º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D12602 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.18 |
| HSL | 10.43º | 0.98% | 0.41% | - |
| HSV(B) | 10.43º | 0.99% | 0.82% | - |
| XYZ | 27 | 14.95 | 1.52 | - |
| YUV | 85.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 2 | 0 | 0.82 | 0.99 | 0.18 | 10.43 | 0.98 | 0.41 |
| Hex | D1 | 26 | 2 | 0 | 52 | 63 | 12 | A | 62 | 29 |
| Octal | 321 | 46 | 2 | 0 | 122 | 143 | 22 | 12 | 142 | 51 |
| Binary | 11010001 | 100110 | 10 | 0 | 1010010 | 1100011 | 10010 | 1010 | 1100010 | 101001 |
Color Harmonies of #D12602
Complementary color
Monochromatic Colors of #D12602
Black with #D12602
Text Example
Text Example
White with #D12602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12602; }
p { color: rgb(209,38,2); }
H1.HeaderClassName
{
color: #D12602;
}
.AnyTagClassName
{
color: #D12602;
}
</style>
background-color css
<style>
a { background-color: #D12602; }
a { background-color: rgb(209,38,2); }
div.DivClassName
{
background-color: #D12602;
}
.BgClassName
{
background-color: #D12602;
}
</style>
border-color css
<style>
span { border-color: #D12602; }
span { border-color: rgb(209,38,2); }
td.TdClassName
{
border-color: #D12602;
}
.TagClassName
{
border-color: #D12602;
}
</style>