Html Css Color HEX #CE1D13 Harley Davidson Orange
📋 copy color: '#CE1D13'red 206 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #CE1D13
Tints of Harley Davidson Orange #CE1D13
RGB
CMYK
RGB Variations
Color information
#CE1D13 (or 0xCE1D13) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 13. RGB value is (206,29,19). Sum of RGB (Red+Green+Blue) = 206+29+19=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D13 is #31E2EC. Grayscale: #515151. Windows color (decimal): -3269357 or 1252814. OLE color: 1252814.
HSL color Cylindrical-coordinate representation of color #CE1D13: hue angle of 3.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1D13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.19 |
| HSL | 3.21º | 0.83% | 0.44% | - |
| HSV(B) | 3.21º | 0.91% | 0.81% | - |
| XYZ | 26.01 | 14.05 | 1.96 | - |
| YUV | 80.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 19 | 0 | 0.86 | 0.91 | 0.19 | 3.21 | 0.83 | 0.44 |
| Hex | CE | 1D | 13 | 0 | 56 | 5B | 13 | 3 | 53 | 2C |
| Octal | 316 | 35 | 23 | 0 | 126 | 133 | 23 | 3 | 123 | 54 |
| Binary | 11001110 | 11101 | 10011 | 0 | 1010110 | 1011011 | 10011 | 11 | 1010011 | 101100 |
Color Harmonies of #CE1D13
Complementary color
Monochromatic Colors of #CE1D13
Black with #CE1D13
Text Example
Text Example
White with #CE1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D13; }
p { color: rgb(206,29,19); }
H1.HeaderClassName
{
color: #CE1D13;
}
.AnyTagClassName
{
color: #CE1D13;
}
</style>
background-color css
<style>
a { background-color: #CE1D13; }
a { background-color: rgb(206,29,19); }
div.DivClassName
{
background-color: #CE1D13;
}
.BgClassName
{
background-color: #CE1D13;
}
</style>
border-color css
<style>
span { border-color: #CE1D13; }
span { border-color: rgb(206,29,19); }
td.TdClassName
{
border-color: #CE1D13;
}
.TagClassName
{
border-color: #CE1D13;
}
</style>