Html Css Color HEX #CD450C Harley Davidson Orange
📋 copy color: '#CD450C'red 205 ◦ green 69 ◦ blue 12
Shades of Harley Davidson Orange #CD450C
Tints of Harley Davidson Orange #CD450C
RGB
CMYK
RGB Variations
Color information
#CD450C (or 0xCD450C) is known color: Harley Davidson Orange. HEX triplet: CD, 45 and 0C. RGB value is (205,69,12). Sum of RGB (Red+Green+Blue) = 205+69+12=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD450C is #32BAF3. Grayscale: #676767. Windows color (decimal): -3324660 or 804301. OLE color: 804301.
HSL color Cylindrical-coordinate representation of color #CD450C: hue angle of 17.72º 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 #CD450C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.20 |
| HSL | 17.72º | 0.89% | 0.43% | - |
| HSV(B) | 17.72º | 0.94% | 0.8% | - |
| XYZ | 27.37 | 17.26 | 2.24 | - |
| YUV | 103.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 12 | 0 | 0.66 | 0.94 | 0.20 | 17.72 | 0.89 | 0.43 |
| Hex | CD | 45 | C | 0 | 42 | 5E | 14 | 12 | 59 | 2B |
| Octal | 315 | 105 | 14 | 0 | 102 | 136 | 24 | 22 | 131 | 53 |
| Binary | 11001101 | 1000101 | 1100 | 0 | 1000010 | 1011110 | 10100 | 10010 | 1011001 | 101011 |
Color Harmonies of #CD450C
Complementary color
Monochromatic Colors of #CD450C
Black with #CD450C
Text Example
Text Example
White with #CD450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD450C; }
p { color: rgb(205,69,12); }
H1.HeaderClassName
{
color: #CD450C;
}
.AnyTagClassName
{
color: #CD450C;
}
</style>
background-color css
<style>
a { background-color: #CD450C; }
a { background-color: rgb(205,69,12); }
div.DivClassName
{
background-color: #CD450C;
}
.BgClassName
{
background-color: #CD450C;
}
</style>
border-color css
<style>
span { border-color: #CD450C; }
span { border-color: rgb(205,69,12); }
td.TdClassName
{
border-color: #CD450C;
}
.TagClassName
{
border-color: #CD450C;
}
</style>