Html Css Color HEX #CD3502 Harley Davidson Orange
📋 copy color: '#CD3502'red 205 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #CD3502
Tints of Harley Davidson Orange #CD3502
RGB
CMYK
RGB Variations
Color information
#CD3502 (or 0xCD3502) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 02. RGB value is (205,53,2). Sum of RGB (Red+Green+Blue) = 205+53+2=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3502 is #32CAFD. Grayscale: #5C5C5C. Windows color (decimal): -3328766 or 144845. OLE color: 144845.
HSL color Cylindrical-coordinate representation of color #CD3502: hue angle of 15.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD3502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.20 |
| HSL | 15.07º | 0.98% | 0.41% | - |
| HSV(B) | 15.07º | 0.99% | 0.8% | - |
| XYZ | 26.46 | 15.53 | 1.66 | - |
| YUV | 92.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 2 | 0 | 0.74 | 0.99 | 0.20 | 15.07 | 0.98 | 0.41 |
| Hex | CD | 35 | 2 | 0 | 4A | 63 | 14 | F | 62 | 29 |
| Octal | 315 | 65 | 2 | 0 | 112 | 143 | 24 | 17 | 142 | 51 |
| Binary | 11001101 | 110101 | 10 | 0 | 1001010 | 1100011 | 10100 | 1111 | 1100010 | 101001 |
Color Harmonies of #CD3502
Complementary color
Monochromatic Colors of #CD3502
Black with #CD3502
Text Example
Text Example
White with #CD3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3502; }
p { color: rgb(205,53,2); }
H1.HeaderClassName
{
color: #CD3502;
}
.AnyTagClassName
{
color: #CD3502;
}
</style>
background-color css
<style>
a { background-color: #CD3502; }
a { background-color: rgb(205,53,2); }
div.DivClassName
{
background-color: #CD3502;
}
.BgClassName
{
background-color: #CD3502;
}
</style>
border-color css
<style>
span { border-color: #CD3502; }
span { border-color: rgb(205,53,2); }
td.TdClassName
{
border-color: #CD3502;
}
.TagClassName
{
border-color: #CD3502;
}
</style>