Html Css Color HEX #CD2D18 Harley Davidson Orange
📋 copy color: '#CD2D18'red 205 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #CD2D18
Tints of Harley Davidson Orange #CD2D18
RGB
CMYK
RGB Variations
Color information
#CD2D18 (or 0xCD2D18) is known color: Harley Davidson Orange. HEX triplet: CD, 2D and 18. RGB value is (205,45,24). Sum of RGB (Red+Green+Blue) = 205+45+24=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2D18 is #32D2E7. Grayscale: #5A5A5A. Windows color (decimal): -3330792 or 1584589. OLE color: 1584589.
HSL color Cylindrical-coordinate representation of color #CD2D18: hue angle of 6.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD2D18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 24 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.20 |
| HSL | 6.96º | 0.79% | 0.45% | - |
| HSV(B) | 6.96º | 0.88% | 0.8% | - |
| XYZ | 26.28 | 14.92 | 2.36 | - |
| YUV | 90.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 24 | 0 | 0.78 | 0.88 | 0.20 | 6.96 | 0.79 | 0.45 |
| Hex | CD | 2D | 18 | 0 | 4E | 58 | 14 | 7 | 4F | 2D |
| Octal | 315 | 55 | 30 | 0 | 116 | 130 | 24 | 7 | 117 | 55 |
| Binary | 11001101 | 101101 | 11000 | 0 | 1001110 | 1011000 | 10100 | 111 | 1001111 | 101101 |
Color Harmonies of #CD2D18
Complementary color
Monochromatic Colors of #CD2D18
Black with #CD2D18
Text Example
Text Example
White with #CD2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D18; }
p { color: rgb(205,45,24); }
H1.HeaderClassName
{
color: #CD2D18;
}
.AnyTagClassName
{
color: #CD2D18;
}
</style>
background-color css
<style>
a { background-color: #CD2D18; }
a { background-color: rgb(205,45,24); }
div.DivClassName
{
background-color: #CD2D18;
}
.BgClassName
{
background-color: #CD2D18;
}
</style>
border-color css
<style>
span { border-color: #CD2D18; }
span { border-color: rgb(205,45,24); }
td.TdClassName
{
border-color: #CD2D18;
}
.TagClassName
{
border-color: #CD2D18;
}
</style>