Html Css Color HEX #D44103 Harley Davidson Orange
📋 copy color: '#D44103'red 212 ◦ green 65 ◦ blue 3
Shades of Harley Davidson Orange #D44103
Tints of Harley Davidson Orange #D44103
RGB
CMYK
RGB Variations
Color information
#D44103 (or 0xD44103) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 03. RGB value is (212,65,3). Sum of RGB (Red+Green+Blue) = 212+65+3=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D44103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44103 is #2BBEFC. Grayscale: #666666. Windows color (decimal): -2866941 or 213460. OLE color: 213460.
HSL color Cylindrical-coordinate representation of color #D44103: hue angle of 17.8º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D44103 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.17 |
| HSL | 17.8º | 0.97% | 0.42% | - |
| HSV(B) | 17.8º | 0.99% | 0.83% | - |
| XYZ | 29.06 | 17.78 | 1.99 | - |
| YUV | 101.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 3 | 0 | 0.69 | 0.99 | 0.17 | 17.8 | 0.97 | 0.42 |
| Hex | D4 | 41 | 3 | 0 | 45 | 63 | 11 | 12 | 61 | 2A |
| Octal | 324 | 101 | 3 | 0 | 105 | 143 | 21 | 22 | 141 | 52 |
| Binary | 11010100 | 1000001 | 11 | 0 | 1000101 | 1100011 | 10001 | 10010 | 1100001 | 101010 |
Color Harmonies of #D44103
Complementary color
Monochromatic Colors of #D44103
Black with #D44103
Text Example
Text Example
White with #D44103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44103; }
p { color: rgb(212,65,3); }
H1.HeaderClassName
{
color: #D44103;
}
.AnyTagClassName
{
color: #D44103;
}
</style>
background-color css
<style>
a { background-color: #D44103; }
a { background-color: rgb(212,65,3); }
div.DivClassName
{
background-color: #D44103;
}
.BgClassName
{
background-color: #D44103;
}
</style>
border-color css
<style>
span { border-color: #D44103; }
span { border-color: rgb(212,65,3); }
td.TdClassName
{
border-color: #D44103;
}
.TagClassName
{
border-color: #D44103;
}
</style>