Html Css Color HEX #CD3C0A Harley Davidson Orange
📋 copy color: '#CD3C0A'red 205 ◦ green 60 ◦ blue 10
Shades of Harley Davidson Orange #CD3C0A
Tints of Harley Davidson Orange #CD3C0A
RGB
CMYK
RGB Variations
Color information
#CD3C0A (or 0xCD3C0A) is known color: Harley Davidson Orange. HEX triplet: CD, 3C and 0A. RGB value is (205,60,10). Sum of RGB (Red+Green+Blue) = 205+60+10=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3C0A is #32C3F5. Grayscale: #626262. Windows color (decimal): -3326966 or 670925. OLE color: 670925.
HSL color Cylindrical-coordinate representation of color #CD3C0A: hue angle of 15.38º 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 #CD3C0A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.20 |
| HSL | 15.38º | 0.91% | 0.42% | - |
| HSV(B) | 15.38º | 0.95% | 0.8% | - |
| XYZ | 26.85 | 16.23 | 2.01 | - |
| YUV | 97.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 10 | 0 | 0.71 | 0.95 | 0.20 | 15.38 | 0.91 | 0.42 |
| Hex | CD | 3C | A | 0 | 47 | 5F | 14 | F | 5B | 2A |
| Octal | 315 | 74 | 12 | 0 | 107 | 137 | 24 | 17 | 133 | 52 |
| Binary | 11001101 | 111100 | 1010 | 0 | 1000111 | 1011111 | 10100 | 1111 | 1011011 | 101010 |
Color Harmonies of #CD3C0A
Complementary color
Monochromatic Colors of #CD3C0A
Black with #CD3C0A
Text Example
Text Example
White with #CD3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C0A; }
p { color: rgb(205,60,10); }
H1.HeaderClassName
{
color: #CD3C0A;
}
.AnyTagClassName
{
color: #CD3C0A;
}
</style>
background-color css
<style>
a { background-color: #CD3C0A; }
a { background-color: rgb(205,60,10); }
div.DivClassName
{
background-color: #CD3C0A;
}
.BgClassName
{
background-color: #CD3C0A;
}
</style>
border-color css
<style>
span { border-color: #CD3C0A; }
span { border-color: rgb(205,60,10); }
td.TdClassName
{
border-color: #CD3C0A;
}
.TagClassName
{
border-color: #CD3C0A;
}
</style>