Html Css Color HEX #D52C03 Harley Davidson Orange
📋 copy color: '#D52C03'red 213 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #D52C03
Tints of Harley Davidson Orange #D52C03
RGB
CMYK
RGB Variations
Color information
#D52C03 (or 0xD52C03) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 03. RGB value is (213,44,3). Sum of RGB (Red+Green+Blue) = 213+44+3=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C03 is #2AD3FC. Grayscale: #5A5A5A. Windows color (decimal): -2806781 or 208085. OLE color: 208085.
HSL color Cylindrical-coordinate representation of color #D52C03: hue angle of 11.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D52C03 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.16 |
| HSL | 11.71º | 0.97% | 0.42% | - |
| HSV(B) | 11.71º | 0.99% | 0.84% | - |
| XYZ | 28.36 | 15.95 | 1.67 | - |
| YUV | 89.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 3 | 0 | 0.79 | 0.99 | 0.16 | 11.71 | 0.97 | 0.42 |
| Hex | D5 | 2C | 3 | 0 | 4F | 63 | 10 | C | 61 | 2A |
| Octal | 325 | 54 | 3 | 0 | 117 | 143 | 20 | 14 | 141 | 52 |
| Binary | 11010101 | 101100 | 11 | 0 | 1001111 | 1100011 | 10000 | 1100 | 1100001 | 101010 |
Color Harmonies of #D52C03
Complementary color
Monochromatic Colors of #D52C03
Black with #D52C03
Text Example
Text Example
White with #D52C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C03; }
p { color: rgb(213,44,3); }
H1.HeaderClassName
{
color: #D52C03;
}
.AnyTagClassName
{
color: #D52C03;
}
</style>
background-color css
<style>
a { background-color: #D52C03; }
a { background-color: rgb(213,44,3); }
div.DivClassName
{
background-color: #D52C03;
}
.BgClassName
{
background-color: #D52C03;
}
</style>
border-color css
<style>
span { border-color: #D52C03; }
span { border-color: rgb(213,44,3); }
td.TdClassName
{
border-color: #D52C03;
}
.TagClassName
{
border-color: #D52C03;
}
</style>