Html Css Color HEX #D23F05 Harley Davidson Orange
📋 copy color: '#D23F05'red 210 ◦ green 63 ◦ blue 5
Shades of Harley Davidson Orange #D23F05
Tints of Harley Davidson Orange #D23F05
RGB
CMYK
RGB Variations
Color information
#D23F05 (or 0xD23F05) is known color: Harley Davidson Orange. HEX triplet: D2, 3F and 05. RGB value is (210,63,5). Sum of RGB (Red+Green+Blue) = 210+63+5=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23F05 is #2DC0FA. Grayscale: #646464. Windows color (decimal): -2998523 or 344018. OLE color: 344018.
HSL color Cylindrical-coordinate representation of color #D23F05: hue angle of 16.98º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D23F05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.18 |
| HSL | 16.98º | 0.95% | 0.42% | - |
| HSV(B) | 16.98º | 0.98% | 0.82% | - |
| XYZ | 28.38 | 17.27 | 1.98 | - |
| YUV | 100.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 5 | 0 | 0.70 | 0.98 | 0.18 | 16.98 | 0.95 | 0.42 |
| Hex | D2 | 3F | 5 | 0 | 46 | 62 | 12 | 11 | 5F | 2A |
| Octal | 322 | 77 | 5 | 0 | 106 | 142 | 22 | 21 | 137 | 52 |
| Binary | 11010010 | 111111 | 101 | 0 | 1000110 | 1100010 | 10010 | 10001 | 1011111 | 101010 |
Color Harmonies of #D23F05
Complementary color
Monochromatic Colors of #D23F05
Black with #D23F05
Text Example
Text Example
White with #D23F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F05; }
p { color: rgb(210,63,5); }
H1.HeaderClassName
{
color: #D23F05;
}
.AnyTagClassName
{
color: #D23F05;
}
</style>
background-color css
<style>
a { background-color: #D23F05; }
a { background-color: rgb(210,63,5); }
div.DivClassName
{
background-color: #D23F05;
}
.BgClassName
{
background-color: #D23F05;
}
</style>
border-color css
<style>
span { border-color: #D23F05; }
span { border-color: rgb(210,63,5); }
td.TdClassName
{
border-color: #D23F05;
}
.TagClassName
{
border-color: #D23F05;
}
</style>