Html Css Color HEX #CD491C Harley Davidson Orange
📋 copy color: '#CD491C'red 205 ◦ green 73 ◦ blue 28
Shades of Harley Davidson Orange #CD491C
Tints of Harley Davidson Orange #CD491C
RGB
CMYK
RGB Variations
Color information
#CD491C (or 0xCD491C) is known color: Harley Davidson Orange. HEX triplet: CD, 49 and 1C. RGB value is (205,73,28). Sum of RGB (Red+Green+Blue) = 205+73+28=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD491C is #32B6E3. Grayscale: #6B6B6B. Windows color (decimal): -3323620 or 1853901. OLE color: 1853901.
HSL color Cylindrical-coordinate representation of color #CD491C: hue angle of 15.25º 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 #CD491C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.20 |
| HSL | 15.25º | 0.76% | 0.46% | - |
| HSV(B) | 15.25º | 0.86% | 0.8% | - |
| XYZ | 27.77 | 17.83 | 3.08 | - |
| YUV | 107.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 28 | 0 | 0.64 | 0.86 | 0.20 | 15.25 | 0.76 | 0.46 |
| Hex | CD | 49 | 1C | 0 | 40 | 56 | 14 | F | 4C | 2E |
| Octal | 315 | 111 | 34 | 0 | 100 | 126 | 24 | 17 | 114 | 56 |
| Binary | 11001101 | 1001001 | 11100 | 0 | 1000000 | 1010110 | 10100 | 1111 | 1001100 | 101110 |
Color Harmonies of #CD491C
Complementary color
Monochromatic Colors of #CD491C
Black with #CD491C
Text Example
Text Example
White with #CD491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD491C; }
p { color: rgb(205,73,28); }
H1.HeaderClassName
{
color: #CD491C;
}
.AnyTagClassName
{
color: #CD491C;
}
</style>
background-color css
<style>
a { background-color: #CD491C; }
a { background-color: rgb(205,73,28); }
div.DivClassName
{
background-color: #CD491C;
}
.BgClassName
{
background-color: #CD491C;
}
</style>
border-color css
<style>
span { border-color: #CD491C; }
span { border-color: rgb(205,73,28); }
td.TdClassName
{
border-color: #CD491C;
}
.TagClassName
{
border-color: #CD491C;
}
</style>