Html Css Color HEX #D23D07 Harley Davidson Orange
📋 copy color: '#D23D07'red 210 ◦ green 61 ◦ blue 7
Shades of Harley Davidson Orange #D23D07
Tints of Harley Davidson Orange #D23D07
RGB
CMYK
RGB Variations
Color information
#D23D07 (or 0xD23D07) is known color: Harley Davidson Orange. HEX triplet: D2, 3D and 07. RGB value is (210,61,7). Sum of RGB (Red+Green+Blue) = 210+61+7=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23D07 is #2DC2F8. Grayscale: #636363. Windows color (decimal): -2999033 or 474578. OLE color: 474578.
HSL color Cylindrical-coordinate representation of color #D23D07: hue angle of 15.96º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D23D07 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.18 |
| HSL | 15.96º | 0.94% | 0.43% | - |
| HSV(B) | 15.96º | 0.97% | 0.82% | - |
| XYZ | 28.29 | 17.05 | 2 | - |
| YUV | 99.4 | 75.86 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 7 | 0 | 0.71 | 0.97 | 0.18 | 15.96 | 0.94 | 0.43 |
| Hex | D2 | 3D | 7 | 0 | 47 | 61 | 12 | 10 | 5E | 2B |
| Octal | 322 | 75 | 7 | 0 | 107 | 141 | 22 | 20 | 136 | 53 |
| Binary | 11010010 | 111101 | 111 | 0 | 1000111 | 1100001 | 10010 | 10000 | 1011110 | 101011 |
Color Harmonies of #D23D07
Complementary color
Monochromatic Colors of #D23D07
Black with #D23D07
Text Example
Text Example
White with #D23D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D07; }
p { color: rgb(210,61,7); }
H1.HeaderClassName
{
color: #D23D07;
}
.AnyTagClassName
{
color: #D23D07;
}
</style>
background-color css
<style>
a { background-color: #D23D07; }
a { background-color: rgb(210,61,7); }
div.DivClassName
{
background-color: #D23D07;
}
.BgClassName
{
background-color: #D23D07;
}
</style>
border-color css
<style>
span { border-color: #D23D07; }
span { border-color: rgb(210,61,7); }
td.TdClassName
{
border-color: #D23D07;
}
.TagClassName
{
border-color: #D23D07;
}
</style>