Html Css Color HEX #CD441C Harley Davidson Orange
📋 copy color: '#CD441C'red 205 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #CD441C
Tints of Harley Davidson Orange #CD441C
RGB
CMYK
RGB Variations
Color information
#CD441C (or 0xCD441C) is known color: Harley Davidson Orange. HEX triplet: CD, 44 and 1C. RGB value is (205,68,28). Sum of RGB (Red+Green+Blue) = 205+68+28=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD441C is #32BBE3. Grayscale: #686868. Windows color (decimal): -3324900 or 1852621. OLE color: 1852621.
HSL color Cylindrical-coordinate representation of color #CD441C: hue angle of 13.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD441C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.20 |
| HSL | 13.56º | 0.76% | 0.46% | - |
| HSV(B) | 13.56º | 0.86% | 0.8% | - |
| XYZ | 27.45 | 17.2 | 2.97 | - |
| YUV | 104.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 28 | 0 | 0.67 | 0.86 | 0.20 | 13.56 | 0.76 | 0.46 |
| Hex | CD | 44 | 1C | 0 | 43 | 56 | 14 | E | 4C | 2E |
| Octal | 315 | 104 | 34 | 0 | 103 | 126 | 24 | 16 | 114 | 56 |
| Binary | 11001101 | 1000100 | 11100 | 0 | 1000011 | 1010110 | 10100 | 1110 | 1001100 | 101110 |
Color Harmonies of #CD441C
Complementary color
Monochromatic Colors of #CD441C
Black with #CD441C
Text Example
Text Example
White with #CD441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD441C; }
p { color: rgb(205,68,28); }
H1.HeaderClassName
{
color: #CD441C;
}
.AnyTagClassName
{
color: #CD441C;
}
</style>
background-color css
<style>
a { background-color: #CD441C; }
a { background-color: rgb(205,68,28); }
div.DivClassName
{
background-color: #CD441C;
}
.BgClassName
{
background-color: #CD441C;
}
</style>
border-color css
<style>
span { border-color: #CD441C; }
span { border-color: rgb(205,68,28); }
td.TdClassName
{
border-color: #CD441C;
}
.TagClassName
{
border-color: #CD441C;
}
</style>