Html Css Color HEX #CD3201 Harley Davidson Orange
📋 copy color: '#CD3201'red 205 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #CD3201
Tints of Harley Davidson Orange #CD3201
RGB
CMYK
RGB Variations
Color information
#CD3201 (or 0xCD3201) is known color: Harley Davidson Orange. HEX triplet: CD, 32 and 01. RGB value is (205,50,1). Sum of RGB (Red+Green+Blue) = 205+50+1=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3201 is #32CDFE. Grayscale: #5B5B5B. Windows color (decimal): -3329535 or 78541. OLE color: 78541.
HSL color Cylindrical-coordinate representation of color #CD3201: hue angle of 14.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD3201 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.20 |
| HSL | 14.41º | 0.99% | 0.4% | - |
| HSV(B) | 14.41º | 1% | 0.8% | - |
| XYZ | 26.32 | 15.26 | 1.59 | - |
| YUV | 90.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 1 | 0 | 0.76 | 1.00 | 0.20 | 14.41 | 0.99 | 0.4 |
| Hex | CD | 32 | 1 | 0 | 4C | 64 | 14 | E | 63 | 28 |
| Octal | 315 | 62 | 1 | 0 | 114 | 144 | 24 | 16 | 143 | 50 |
| Binary | 11001101 | 110010 | 1 | 0 | 1001100 | 1100100 | 10100 | 1110 | 1100011 | 101000 |
Color Harmonies of #CD3201
Complementary color
Monochromatic Colors of #CD3201
Black with #CD3201
Text Example
Text Example
White with #CD3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3201; }
p { color: rgb(205,50,1); }
H1.HeaderClassName
{
color: #CD3201;
}
.AnyTagClassName
{
color: #CD3201;
}
</style>
background-color css
<style>
a { background-color: #CD3201; }
a { background-color: rgb(205,50,1); }
div.DivClassName
{
background-color: #CD3201;
}
.BgClassName
{
background-color: #CD3201;
}
</style>
border-color css
<style>
span { border-color: #CD3201; }
span { border-color: rgb(205,50,1); }
td.TdClassName
{
border-color: #CD3201;
}
.TagClassName
{
border-color: #CD3201;
}
</style>