Html Css Color HEX #CE3E0B Harley Davidson Orange
📋 copy color: '#CE3E0B'red 206 ◦ green 62 ◦ blue 11
Shades of Harley Davidson Orange #CE3E0B
Tints of Harley Davidson Orange #CE3E0B
RGB
CMYK
RGB Variations
Color information
#CE3E0B (or 0xCE3E0B) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 0B. RGB value is (206,62,11). Sum of RGB (Red+Green+Blue) = 206+62+11=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3E0B is #31C1F4. Grayscale: #636363. Windows color (decimal): -3260917 or 736974. OLE color: 736974.
HSL color Cylindrical-coordinate representation of color #CE3E0B: hue angle of 15.69º 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 #CE3E0B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.19 |
| HSL | 15.69º | 0.9% | 0.43% | - |
| HSV(B) | 15.69º | 0.95% | 0.81% | - |
| XYZ | 27.24 | 16.59 | 2.08 | - |
| YUV | 99.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 11 | 0 | 0.70 | 0.95 | 0.19 | 15.69 | 0.9 | 0.43 |
| Hex | CE | 3E | B | 0 | 46 | 5F | 13 | 10 | 5A | 2B |
| Octal | 316 | 76 | 13 | 0 | 106 | 137 | 23 | 20 | 132 | 53 |
| Binary | 11001110 | 111110 | 1011 | 0 | 1000110 | 1011111 | 10011 | 10000 | 1011010 | 101011 |
Color Harmonies of #CE3E0B
Complementary color
Monochromatic Colors of #CE3E0B
Black with #CE3E0B
Text Example
Text Example
White with #CE3E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E0B; }
p { color: rgb(206,62,11); }
H1.HeaderClassName
{
color: #CE3E0B;
}
.AnyTagClassName
{
color: #CE3E0B;
}
</style>
background-color css
<style>
a { background-color: #CE3E0B; }
a { background-color: rgb(206,62,11); }
div.DivClassName
{
background-color: #CE3E0B;
}
.BgClassName
{
background-color: #CE3E0B;
}
</style>
border-color css
<style>
span { border-color: #CE3E0B; }
span { border-color: rgb(206,62,11); }
td.TdClassName
{
border-color: #CE3E0B;
}
.TagClassName
{
border-color: #CE3E0B;
}
</style>