Html Css Color HEX #CD360C Harley Davidson Orange
📋 copy color: '#CD360C'red 205 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #CD360C
Tints of Harley Davidson Orange #CD360C
RGB
CMYK
RGB Variations
Color information
#CD360C (or 0xCD360C) is known color: Harley Davidson Orange. HEX triplet: CD, 36 and 0C. RGB value is (205,54,12). Sum of RGB (Red+Green+Blue) = 205+54+12=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD360C is #32C9F3. Grayscale: #5E5E5E. Windows color (decimal): -3328500 or 800461. OLE color: 800461.
HSL color Cylindrical-coordinate representation of color #CD360C: hue angle of 13.06º 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 #CD360C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.20 |
| HSL | 13.06º | 0.89% | 0.43% | - |
| HSV(B) | 13.06º | 0.94% | 0.8% | - |
| XYZ | 26.56 | 15.64 | 1.97 | - |
| YUV | 94.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 12 | 0 | 0.74 | 0.94 | 0.20 | 13.06 | 0.89 | 0.43 |
| Hex | CD | 36 | C | 0 | 4A | 5E | 14 | D | 59 | 2B |
| Octal | 315 | 66 | 14 | 0 | 112 | 136 | 24 | 15 | 131 | 53 |
| Binary | 11001101 | 110110 | 1100 | 0 | 1001010 | 1011110 | 10100 | 1101 | 1011001 | 101011 |
Color Harmonies of #CD360C
Complementary color
Monochromatic Colors of #CD360C
Black with #CD360C
Text Example
Text Example
White with #CD360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD360C; }
p { color: rgb(205,54,12); }
H1.HeaderClassName
{
color: #CD360C;
}
.AnyTagClassName
{
color: #CD360C;
}
</style>
background-color css
<style>
a { background-color: #CD360C; }
a { background-color: rgb(205,54,12); }
div.DivClassName
{
background-color: #CD360C;
}
.BgClassName
{
background-color: #CD360C;
}
</style>
border-color css
<style>
span { border-color: #CD360C; }
span { border-color: rgb(205,54,12); }
td.TdClassName
{
border-color: #CD360C;
}
.TagClassName
{
border-color: #CD360C;
}
</style>