Html Css Color HEX #D01C02 Harley Davidson Orange
📋 copy color: '#D01C02'red 208 ◦ green 28 ◦ blue 2
Shades of Harley Davidson Orange #D01C02
Tints of Harley Davidson Orange #D01C02
RGB
CMYK
RGB Variations
Color information
#D01C02 (or 0xD01C02) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 02. RGB value is (208,28,2). Sum of RGB (Red+Green+Blue) = 208+28+2=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C02 is #2FE3FD. Grayscale: #4F4F4F. Windows color (decimal): -3138558 or 138448. OLE color: 138448.
HSL color Cylindrical-coordinate representation of color #D01C02: hue angle of 7.57º 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 #D01C02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.18 |
| HSL | 7.57º | 0.98% | 0.41% | - |
| HSV(B) | 7.57º | 0.99% | 0.82% | - |
| XYZ | 26.44 | 14.24 | 1.41 | - |
| YUV | 78.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 2 | 0 | 0.87 | 0.99 | 0.18 | 7.57 | 0.98 | 0.41 |
| Hex | D0 | 1C | 2 | 0 | 57 | 63 | 12 | 8 | 62 | 29 |
| Octal | 320 | 34 | 2 | 0 | 127 | 143 | 22 | 10 | 142 | 51 |
| Binary | 11010000 | 11100 | 10 | 0 | 1010111 | 1100011 | 10010 | 1000 | 1100010 | 101001 |
Color Harmonies of #D01C02
Complementary color
Monochromatic Colors of #D01C02
Black with #D01C02
Text Example
Text Example
White with #D01C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C02; }
p { color: rgb(208,28,2); }
H1.HeaderClassName
{
color: #D01C02;
}
.AnyTagClassName
{
color: #D01C02;
}
</style>
background-color css
<style>
a { background-color: #D01C02; }
a { background-color: rgb(208,28,2); }
div.DivClassName
{
background-color: #D01C02;
}
.BgClassName
{
background-color: #D01C02;
}
</style>
border-color css
<style>
span { border-color: #D01C02; }
span { border-color: rgb(208,28,2); }
td.TdClassName
{
border-color: #D01C02;
}
.TagClassName
{
border-color: #D01C02;
}
</style>