Html Css Color HEX #CD350A Harley Davidson Orange
📋 copy color: '#CD350A'red 205 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #CD350A
Tints of Harley Davidson Orange #CD350A
RGB
CMYK
RGB Variations
Color information
#CD350A (or 0xCD350A) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 0A. RGB value is (205,53,10). Sum of RGB (Red+Green+Blue) = 205+53+10=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD350A is #32CAF5. Grayscale: #5D5D5D. Windows color (decimal): -3328758 or 669133. OLE color: 669133.
HSL color Cylindrical-coordinate representation of color #CD350A: hue angle of 13.23º 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 #CD350A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.20 |
| HSL | 13.23º | 0.91% | 0.42% | - |
| HSV(B) | 13.23º | 0.95% | 0.8% | - |
| XYZ | 26.5 | 15.55 | 1.89 | - |
| YUV | 93.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 10 | 0 | 0.74 | 0.95 | 0.20 | 13.23 | 0.91 | 0.42 |
| Hex | CD | 35 | A | 0 | 4A | 5F | 14 | D | 5B | 2A |
| Octal | 315 | 65 | 12 | 0 | 112 | 137 | 24 | 15 | 133 | 52 |
| Binary | 11001101 | 110101 | 1010 | 0 | 1001010 | 1011111 | 10100 | 1101 | 1011011 | 101010 |
Color Harmonies of #CD350A
Complementary color
Monochromatic Colors of #CD350A
Black with #CD350A
Text Example
Text Example
White with #CD350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD350A; }
p { color: rgb(205,53,10); }
H1.HeaderClassName
{
color: #CD350A;
}
.AnyTagClassName
{
color: #CD350A;
}
</style>
background-color css
<style>
a { background-color: #CD350A; }
a { background-color: rgb(205,53,10); }
div.DivClassName
{
background-color: #CD350A;
}
.BgClassName
{
background-color: #CD350A;
}
</style>
border-color css
<style>
span { border-color: #CD350A; }
span { border-color: rgb(205,53,10); }
td.TdClassName
{
border-color: #CD350A;
}
.TagClassName
{
border-color: #CD350A;
}
</style>