Html Css Color HEX #CD290A Harley Davidson Orange
📋 copy color: '#CD290A'red 205 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #CD290A
Tints of Harley Davidson Orange #CD290A
RGB
CMYK
RGB Variations
Color information
#CD290A (or 0xCD290A) is known color: Harley Davidson Orange. HEX triplet: CD, 29 and 0A. RGB value is (205,41,10). Sum of RGB (Red+Green+Blue) = 205+41+10=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD290A is #32D6F5. Grayscale: #565656. Windows color (decimal): -3331830 or 666061. OLE color: 666061.
HSL color Cylindrical-coordinate representation of color #CD290A: hue angle of 9.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD290A is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 10 | - |
| CMYK | 0 | 0.8 | 0.95 | 0.20 |
| HSL | 9.54º | 0.91% | 0.42% | - |
| HSV(B) | 9.54º | 0.95% | 0.8% | - |
| XYZ | 26.02 | 14.59 | 1.73 | - |
| YUV | 86.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 10 | 0 | 0.8 | 0.95 | 0.20 | 9.54 | 0.91 | 0.42 |
| Hex | CD | 29 | A | 0 | 50 | 5F | 14 | A | 5B | 2A |
| Octal | 315 | 51 | 12 | 0 | 120 | 137 | 24 | 12 | 133 | 52 |
| Binary | 11001101 | 101001 | 1010 | 0 | 1010000 | 1011111 | 10100 | 1010 | 1011011 | 101010 |
Color Harmonies of #CD290A
Complementary color
Monochromatic Colors of #CD290A
Black with #CD290A
Text Example
Text Example
White with #CD290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD290A; }
p { color: rgb(205,41,10); }
H1.HeaderClassName
{
color: #CD290A;
}
.AnyTagClassName
{
color: #CD290A;
}
</style>
background-color css
<style>
a { background-color: #CD290A; }
a { background-color: rgb(205,41,10); }
div.DivClassName
{
background-color: #CD290A;
}
.BgClassName
{
background-color: #CD290A;
}
</style>
border-color css
<style>
span { border-color: #CD290A; }
span { border-color: rgb(205,41,10); }
td.TdClassName
{
border-color: #CD290A;
}
.TagClassName
{
border-color: #CD290A;
}
</style>