Html Css Color HEX #CE1F0A Harley Davidson Orange
📋 copy color: '#CE1F0A'red 206 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #CE1F0A
Tints of Harley Davidson Orange #CE1F0A
RGB
CMYK
RGB Variations
Color information
#CE1F0A (or 0xCE1F0A) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 0A. RGB value is (206,31,10). Sum of RGB (Red+Green+Blue) = 206+31+10=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F0A is #31E0F5. Grayscale: #515151. Windows color (decimal): -3268854 or 663502. OLE color: 663502.
HSL color Cylindrical-coordinate representation of color #CE1F0A: hue angle of 6.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE1F0A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 10 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.19 |
| HSL | 6.43º | 0.91% | 0.42% | - |
| HSV(B) | 6.43º | 0.95% | 0.81% | - |
| XYZ | 26 | 14.12 | 1.64 | - |
| YUV | 80.93 | 87.98 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 10 | 0 | 0.85 | 0.95 | 0.19 | 6.43 | 0.91 | 0.42 |
| Hex | CE | 1F | A | 0 | 55 | 5F | 13 | 6 | 5B | 2A |
| Octal | 316 | 37 | 12 | 0 | 125 | 137 | 23 | 6 | 133 | 52 |
| Binary | 11001110 | 11111 | 1010 | 0 | 1010101 | 1011111 | 10011 | 110 | 1011011 | 101010 |
Color Harmonies of #CE1F0A
Complementary color
Monochromatic Colors of #CE1F0A
Black with #CE1F0A
Text Example
Text Example
White with #CE1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F0A; }
p { color: rgb(206,31,10); }
H1.HeaderClassName
{
color: #CE1F0A;
}
.AnyTagClassName
{
color: #CE1F0A;
}
</style>
background-color css
<style>
a { background-color: #CE1F0A; }
a { background-color: rgb(206,31,10); }
div.DivClassName
{
background-color: #CE1F0A;
}
.BgClassName
{
background-color: #CE1F0A;
}
</style>
border-color css
<style>
span { border-color: #CE1F0A; }
span { border-color: rgb(206,31,10); }
td.TdClassName
{
border-color: #CE1F0A;
}
.TagClassName
{
border-color: #CE1F0A;
}
</style>