Html Css Color HEX #CD3C1C Harley Davidson Orange
📋 copy color: '#CD3C1C'red 205 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #CD3C1C
Tints of Harley Davidson Orange #CD3C1C
RGB
CMYK
RGB Variations
Color information
#CD3C1C (or 0xCD3C1C) is known color: Harley Davidson Orange. HEX triplet: CD, 3C and 1C. RGB value is (205,60,28). Sum of RGB (Red+Green+Blue) = 205+60+28=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C1C is #32C3E3. Grayscale: #636363. Windows color (decimal): -3326948 or 1850573. OLE color: 1850573.
HSL color Cylindrical-coordinate representation of color #CD3C1C: hue angle of 10.85º 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 #CD3C1C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 28 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.20 |
| HSL | 10.85º | 0.76% | 0.46% | - |
| HSV(B) | 10.85º | 0.86% | 0.8% | - |
| XYZ | 27 | 16.29 | 2.82 | - |
| YUV | 99.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 28 | 0 | 0.71 | 0.86 | 0.20 | 10.85 | 0.76 | 0.46 |
| Hex | CD | 3C | 1C | 0 | 47 | 56 | 14 | B | 4C | 2E |
| Octal | 315 | 74 | 34 | 0 | 107 | 126 | 24 | 13 | 114 | 56 |
| Binary | 11001101 | 111100 | 11100 | 0 | 1000111 | 1010110 | 10100 | 1011 | 1001100 | 101110 |
Color Harmonies of #CD3C1C
Complementary color
Monochromatic Colors of #CD3C1C
Black with #CD3C1C
Text Example
Text Example
White with #CD3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C1C; }
p { color: rgb(205,60,28); }
H1.HeaderClassName
{
color: #CD3C1C;
}
.AnyTagClassName
{
color: #CD3C1C;
}
</style>
background-color css
<style>
a { background-color: #CD3C1C; }
a { background-color: rgb(205,60,28); }
div.DivClassName
{
background-color: #CD3C1C;
}
.BgClassName
{
background-color: #CD3C1C;
}
</style>
border-color css
<style>
span { border-color: #CD3C1C; }
span { border-color: rgb(205,60,28); }
td.TdClassName
{
border-color: #CD3C1C;
}
.TagClassName
{
border-color: #CD3C1C;
}
</style>