Html Css Color HEX #D63305 Harley Davidson Orange
📋 copy color: '#D63305'red 214 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #D63305
Tints of Harley Davidson Orange #D63305
RGB
CMYK
RGB Variations
Color information
#D63305 (or 0xD63305) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 05. RGB value is (214,51,5). Sum of RGB (Red+Green+Blue) = 214+51+5=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D63305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63305 is #29CCFA. Grayscale: #5E5E5E. Windows color (decimal): -2739451 or 340950. OLE color: 340950.
HSL color Cylindrical-coordinate representation of color #D63305: hue angle of 13.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D63305 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.16 |
| HSL | 13.21º | 0.95% | 0.43% | - |
| HSV(B) | 13.21º | 0.98% | 0.84% | - |
| XYZ | 28.94 | 16.67 | 1.84 | - |
| YUV | 94.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 5 | 0 | 0.76 | 0.98 | 0.16 | 13.21 | 0.95 | 0.43 |
| Hex | D6 | 33 | 5 | 0 | 4C | 62 | 10 | D | 5F | 2B |
| Octal | 326 | 63 | 5 | 0 | 114 | 142 | 20 | 15 | 137 | 53 |
| Binary | 11010110 | 110011 | 101 | 0 | 1001100 | 1100010 | 10000 | 1101 | 1011111 | 101011 |
Color Harmonies of #D63305
Complementary color
Monochromatic Colors of #D63305
Black with #D63305
Text Example
Text Example
White with #D63305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63305; }
p { color: rgb(214,51,5); }
H1.HeaderClassName
{
color: #D63305;
}
.AnyTagClassName
{
color: #D63305;
}
</style>
background-color css
<style>
a { background-color: #D63305; }
a { background-color: rgb(214,51,5); }
div.DivClassName
{
background-color: #D63305;
}
.BgClassName
{
background-color: #D63305;
}
</style>
border-color css
<style>
span { border-color: #D63305; }
span { border-color: rgb(214,51,5); }
td.TdClassName
{
border-color: #D63305;
}
.TagClassName
{
border-color: #D63305;
}
</style>