Html Css Color HEX #CE1F0B Harley Davidson Orange
📋 copy color: '#CE1F0B'red 206 ◦ green 31 ◦ blue 11
Shades of Harley Davidson Orange #CE1F0B
Tints of Harley Davidson Orange #CE1F0B
RGB
CMYK
RGB Variations
Color information
#CE1F0B (or 0xCE1F0B) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 0B. RGB value is (206,31,11). Sum of RGB (Red+Green+Blue) = 206+31+11=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F0B is #31E0F4. Grayscale: #515151. Windows color (decimal): -3268853 or 729038. OLE color: 729038.
HSL color Cylindrical-coordinate representation of color #CE1F0B: hue angle of 6.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE1F0B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.19 |
| HSL | 6.15º | 0.9% | 0.43% | - |
| HSV(B) | 6.15º | 0.95% | 0.81% | - |
| XYZ | 26 | 14.13 | 1.67 | - |
| YUV | 81.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 11 | 0 | 0.85 | 0.95 | 0.19 | 6.15 | 0.9 | 0.43 |
| Hex | CE | 1F | B | 0 | 55 | 5F | 13 | 6 | 5A | 2B |
| Octal | 316 | 37 | 13 | 0 | 125 | 137 | 23 | 6 | 132 | 53 |
| Binary | 11001110 | 11111 | 1011 | 0 | 1010101 | 1011111 | 10011 | 110 | 1011010 | 101011 |
Color Harmonies of #CE1F0B
Complementary color
Monochromatic Colors of #CE1F0B
Black with #CE1F0B
Text Example
Text Example
White with #CE1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F0B; }
p { color: rgb(206,31,11); }
H1.HeaderClassName
{
color: #CE1F0B;
}
.AnyTagClassName
{
color: #CE1F0B;
}
</style>
background-color css
<style>
a { background-color: #CE1F0B; }
a { background-color: rgb(206,31,11); }
div.DivClassName
{
background-color: #CE1F0B;
}
.BgClassName
{
background-color: #CE1F0B;
}
</style>
border-color css
<style>
span { border-color: #CE1F0B; }
span { border-color: rgb(206,31,11); }
td.TdClassName
{
border-color: #CE1F0B;
}
.TagClassName
{
border-color: #CE1F0B;
}
</style>