Html Css Color HEX #CD3A1C Harley Davidson Orange
📋 copy color: '#CD3A1C'red 205 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #CD3A1C
Tints of Harley Davidson Orange #CD3A1C
RGB
CMYK
RGB Variations
Color information
#CD3A1C (or 0xCD3A1C) is known color: Harley Davidson Orange. HEX triplet: CD, 3A and 1C. RGB value is (205,58,28). Sum of RGB (Red+Green+Blue) = 205+58+28=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A1C is #32C5E3. Grayscale: #626262. Windows color (decimal): -3327460 or 1850061. OLE color: 1850061.
HSL color Cylindrical-coordinate representation of color #CD3A1C: hue angle of 10.17º 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 #CD3A1C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.20 |
| HSL | 10.17º | 0.76% | 0.46% | - |
| HSV(B) | 10.17º | 0.86% | 0.8% | - |
| XYZ | 26.9 | 16.09 | 2.79 | - |
| YUV | 98.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 28 | 0 | 0.72 | 0.86 | 0.20 | 10.17 | 0.76 | 0.46 |
| Hex | CD | 3A | 1C | 0 | 48 | 56 | 14 | A | 4C | 2E |
| Octal | 315 | 72 | 34 | 0 | 110 | 126 | 24 | 12 | 114 | 56 |
| Binary | 11001101 | 111010 | 11100 | 0 | 1001000 | 1010110 | 10100 | 1010 | 1001100 | 101110 |
Color Harmonies of #CD3A1C
Complementary color
Monochromatic Colors of #CD3A1C
Black with #CD3A1C
Text Example
Text Example
White with #CD3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A1C; }
p { color: rgb(205,58,28); }
H1.HeaderClassName
{
color: #CD3A1C;
}
.AnyTagClassName
{
color: #CD3A1C;
}
</style>
background-color css
<style>
a { background-color: #CD3A1C; }
a { background-color: rgb(205,58,28); }
div.DivClassName
{
background-color: #CD3A1C;
}
.BgClassName
{
background-color: #CD3A1C;
}
</style>
border-color css
<style>
span { border-color: #CD3A1C; }
span { border-color: rgb(205,58,28); }
td.TdClassName
{
border-color: #CD3A1C;
}
.TagClassName
{
border-color: #CD3A1C;
}
</style>