Html Css Color HEX #CE1F10 Harley Davidson Orange
📋 copy color: '#CE1F10'red 206 ◦ green 31 ◦ blue 16
Shades of Harley Davidson Orange #CE1F10
Tints of Harley Davidson Orange #CE1F10
RGB
CMYK
RGB Variations
Color information
#CE1F10 (or 0xCE1F10) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 10. RGB value is (206,31,16). Sum of RGB (Red+Green+Blue) = 206+31+16=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F10 is #31E0EF. Grayscale: #515151. Windows color (decimal): -3268848 or 1056718. OLE color: 1056718.
HSL color Cylindrical-coordinate representation of color #CE1F10: hue angle of 4.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1F10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.19 |
| HSL | 4.74º | 0.86% | 0.44% | - |
| HSV(B) | 4.74º | 0.92% | 0.81% | - |
| XYZ | 26.04 | 14.14 | 1.85 | - |
| YUV | 81.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 16 | 0 | 0.85 | 0.92 | 0.19 | 4.74 | 0.86 | 0.44 |
| Hex | CE | 1F | 10 | 0 | 55 | 5C | 13 | 5 | 56 | 2C |
| Octal | 316 | 37 | 20 | 0 | 125 | 134 | 23 | 5 | 126 | 54 |
| Binary | 11001110 | 11111 | 10000 | 0 | 1010101 | 1011100 | 10011 | 101 | 1010110 | 101100 |
Color Harmonies of #CE1F10
Complementary color
Monochromatic Colors of #CE1F10
Black with #CE1F10
Text Example
Text Example
White with #CE1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F10; }
p { color: rgb(206,31,16); }
H1.HeaderClassName
{
color: #CE1F10;
}
.AnyTagClassName
{
color: #CE1F10;
}
</style>
background-color css
<style>
a { background-color: #CE1F10; }
a { background-color: rgb(206,31,16); }
div.DivClassName
{
background-color: #CE1F10;
}
.BgClassName
{
background-color: #CE1F10;
}
</style>
border-color css
<style>
span { border-color: #CE1F10; }
span { border-color: rgb(206,31,16); }
td.TdClassName
{
border-color: #CE1F10;
}
.TagClassName
{
border-color: #CE1F10;
}
</style>