Html Css Color HEX #CD4223 Harley Davidson Orange
📋 copy color: '#CD4223'red 205 ◦ green 66 ◦ blue 35
Shades of Harley Davidson Orange #CD4223
Tints of Harley Davidson Orange #CD4223
RGB
CMYK
RGB Variations
Color information
#CD4223 (or 0xCD4223) is known color: Harley Davidson Orange. HEX triplet: CD, 42 and 23. RGB value is (205,66,35). Sum of RGB (Red+Green+Blue) = 205+66+35=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4223 is #32BDDC. Grayscale: #686868. Windows color (decimal): -3325405 or 2310861. OLE color: 2310861.
HSL color Cylindrical-coordinate representation of color #CD4223: hue angle of 10.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD4223 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 35 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.20 |
| HSL | 10.94º | 0.71% | 0.47% | - |
| HSV(B) | 10.94º | 0.83% | 0.8% | - |
| XYZ | 27.43 | 17 | 3.43 | - |
| YUV | 104.03 | 89.05 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 35 | 0 | 0.68 | 0.83 | 0.20 | 10.94 | 0.71 | 0.47 |
| Hex | CD | 42 | 23 | 0 | 44 | 53 | 14 | B | 47 | 2F |
| Octal | 315 | 102 | 43 | 0 | 104 | 123 | 24 | 13 | 107 | 57 |
| Binary | 11001101 | 1000010 | 100011 | 0 | 1000100 | 1010011 | 10100 | 1011 | 1000111 | 101111 |
Color Harmonies of #CD4223
Complementary color
Monochromatic Colors of #CD4223
Black with #CD4223
Text Example
Text Example
White with #CD4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4223; }
p { color: rgb(205,66,35); }
H1.HeaderClassName
{
color: #CD4223;
}
.AnyTagClassName
{
color: #CD4223;
}
</style>
background-color css
<style>
a { background-color: #CD4223; }
a { background-color: rgb(205,66,35); }
div.DivClassName
{
background-color: #CD4223;
}
.BgClassName
{
background-color: #CD4223;
}
</style>
border-color css
<style>
span { border-color: #CD4223; }
span { border-color: rgb(205,66,35); }
td.TdClassName
{
border-color: #CD4223;
}
.TagClassName
{
border-color: #CD4223;
}
</style>