Html Css Color HEX #CD2D19 Harley Davidson Orange
📋 copy color: '#CD2D19'red 205 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #CD2D19
Tints of Harley Davidson Orange #CD2D19
RGB
CMYK
RGB Variations
Color information
#CD2D19 (or 0xCD2D19) is known color: Harley Davidson Orange. HEX triplet: CD, 2D and 19. RGB value is (205,45,25). Sum of RGB (Red+Green+Blue) = 205+45+25=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2D19 is #32D2E6. Grayscale: #5A5A5A. Windows color (decimal): -3330791 or 1650125. OLE color: 1650125.
HSL color Cylindrical-coordinate representation of color #CD2D19: hue angle of 6.67º degrees, saturation: 0.78, 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 #CD2D19 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 25 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.20 |
| HSL | 6.67º | 0.78% | 0.45% | - |
| HSV(B) | 6.67º | 0.88% | 0.8% | - |
| XYZ | 26.29 | 14.93 | 2.42 | - |
| YUV | 90.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 25 | 0 | 0.78 | 0.88 | 0.20 | 6.67 | 0.78 | 0.45 |
| Hex | CD | 2D | 19 | 0 | 4E | 58 | 14 | 7 | 4E | 2D |
| Octal | 315 | 55 | 31 | 0 | 116 | 130 | 24 | 7 | 116 | 55 |
| Binary | 11001101 | 101101 | 11001 | 0 | 1001110 | 1011000 | 10100 | 111 | 1001110 | 101101 |
Color Harmonies of #CD2D19
Complementary color
Monochromatic Colors of #CD2D19
Black with #CD2D19
Text Example
Text Example
White with #CD2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D19; }
p { color: rgb(205,45,25); }
H1.HeaderClassName
{
color: #CD2D19;
}
.AnyTagClassName
{
color: #CD2D19;
}
</style>
background-color css
<style>
a { background-color: #CD2D19; }
a { background-color: rgb(205,45,25); }
div.DivClassName
{
background-color: #CD2D19;
}
.BgClassName
{
background-color: #CD2D19;
}
</style>
border-color css
<style>
span { border-color: #CD2D19; }
span { border-color: rgb(205,45,25); }
td.TdClassName
{
border-color: #CD2D19;
}
.TagClassName
{
border-color: #CD2D19;
}
</style>