Html Css Color HEX #CD4010 Harley Davidson Orange
📋 copy color: '#CD4010'red 205 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #CD4010
Tints of Harley Davidson Orange #CD4010
RGB
CMYK
RGB Variations
Color information
#CD4010 (or 0xCD4010) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 10. RGB value is (205,64,16). Sum of RGB (Red+Green+Blue) = 205+64+16=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4010 is #32BFEF. Grayscale: #656565. Windows color (decimal): -3325936 or 1065165. OLE color: 1065165.
HSL color Cylindrical-coordinate representation of color #CD4010: hue angle of 15.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD4010 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.20 |
| HSL | 15.24º | 0.86% | 0.43% | - |
| HSV(B) | 15.24º | 0.92% | 0.8% | - |
| XYZ | 27.1 | 16.68 | 2.28 | - |
| YUV | 100.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 16 | 0 | 0.69 | 0.92 | 0.20 | 15.24 | 0.86 | 0.43 |
| Hex | CD | 40 | 10 | 0 | 45 | 5C | 14 | F | 56 | 2B |
| Octal | 315 | 100 | 20 | 0 | 105 | 134 | 24 | 17 | 126 | 53 |
| Binary | 11001101 | 1000000 | 10000 | 0 | 1000101 | 1011100 | 10100 | 1111 | 1010110 | 101011 |
Color Harmonies of #CD4010
Complementary color
Monochromatic Colors of #CD4010
Black with #CD4010
Text Example
Text Example
White with #CD4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4010; }
p { color: rgb(205,64,16); }
H1.HeaderClassName
{
color: #CD4010;
}
.AnyTagClassName
{
color: #CD4010;
}
</style>
background-color css
<style>
a { background-color: #CD4010; }
a { background-color: rgb(205,64,16); }
div.DivClassName
{
background-color: #CD4010;
}
.BgClassName
{
background-color: #CD4010;
}
</style>
border-color css
<style>
span { border-color: #CD4010; }
span { border-color: rgb(205,64,16); }
td.TdClassName
{
border-color: #CD4010;
}
.TagClassName
{
border-color: #CD4010;
}
</style>