Html Css Color HEX #D83C20 Harley Davidson Orange
📋 copy color: '#D83C20'red 216 ◦ green 60 ◦ blue 32
Shades of Harley Davidson Orange #D83C20
Tints of Harley Davidson Orange #D83C20
RGB
CMYK
RGB Variations
Color information
#D83C20 (or 0xD83C20) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 20. RGB value is (216,60,32). Sum of RGB (Red+Green+Blue) = 216+60+32=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C20 is #27C3DF. Grayscale: #676767. Windows color (decimal): -2606048 or 2112728. OLE color: 2112728.
HSL color Cylindrical-coordinate representation of color #D83C20: hue angle of 9.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83C20 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 32 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.15 |
| HSL | 9.13º | 0.74% | 0.49% | - |
| HSV(B) | 9.13º | 0.85% | 0.85% | - |
| XYZ | 30.2 | 17.93 | 3.24 | - |
| YUV | 103.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 32 | 0 | 0.72 | 0.85 | 0.15 | 9.13 | 0.74 | 0.49 |
| Hex | D8 | 3C | 20 | 0 | 48 | 55 | F | 9 | 4A | 31 |
| Octal | 330 | 74 | 40 | 0 | 110 | 125 | 17 | 11 | 112 | 61 |
| Binary | 11011000 | 111100 | 100000 | 0 | 1001000 | 1010101 | 1111 | 1001 | 1001010 | 110001 |
Color Harmonies of #D83C20
Complementary color
Monochromatic Colors of #D83C20
Black with #D83C20
Text Example
Text Example
White with #D83C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C20; }
p { color: rgb(216,60,32); }
H1.HeaderClassName
{
color: #D83C20;
}
.AnyTagClassName
{
color: #D83C20;
}
</style>
background-color css
<style>
a { background-color: #D83C20; }
a { background-color: rgb(216,60,32); }
div.DivClassName
{
background-color: #D83C20;
}
.BgClassName
{
background-color: #D83C20;
}
</style>
border-color css
<style>
span { border-color: #D83C20; }
span { border-color: rgb(216,60,32); }
td.TdClassName
{
border-color: #D83C20;
}
.TagClassName
{
border-color: #D83C20;
}
</style>