Html Css Color HEX #CD400C Harley Davidson Orange
📋 copy color: '#CD400C'red 205 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #CD400C
Tints of Harley Davidson Orange #CD400C
RGB
CMYK
RGB Variations
Color information
#CD400C (or 0xCD400C) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 0C. RGB value is (205,64,12). Sum of RGB (Red+Green+Blue) = 205+64+12=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD400C is #32BFF3. Grayscale: #646464. Windows color (decimal): -3325940 or 803021. OLE color: 803021.
HSL color Cylindrical-coordinate representation of color #CD400C: hue angle of 16.17º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD400C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.20 |
| HSL | 16.17º | 0.89% | 0.43% | - |
| HSV(B) | 16.17º | 0.94% | 0.8% | - |
| XYZ | 27.08 | 16.67 | 2.14 | - |
| YUV | 100.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 12 | 0 | 0.69 | 0.94 | 0.20 | 16.17 | 0.89 | 0.43 |
| Hex | CD | 40 | C | 0 | 45 | 5E | 14 | 10 | 59 | 2B |
| Octal | 315 | 100 | 14 | 0 | 105 | 136 | 24 | 20 | 131 | 53 |
| Binary | 11001101 | 1000000 | 1100 | 0 | 1000101 | 1011110 | 10100 | 10000 | 1011001 | 101011 |
Color Harmonies of #CD400C
Complementary color
Monochromatic Colors of #CD400C
Black with #CD400C
Text Example
Text Example
White with #CD400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD400C; }
p { color: rgb(205,64,12); }
H1.HeaderClassName
{
color: #CD400C;
}
.AnyTagClassName
{
color: #CD400C;
}
</style>
background-color css
<style>
a { background-color: #CD400C; }
a { background-color: rgb(205,64,12); }
div.DivClassName
{
background-color: #CD400C;
}
.BgClassName
{
background-color: #CD400C;
}
</style>
border-color css
<style>
span { border-color: #CD400C; }
span { border-color: rgb(205,64,12); }
td.TdClassName
{
border-color: #CD400C;
}
.TagClassName
{
border-color: #CD400C;
}
</style>