Html Css Color HEX #CE3B0B Harley Davidson Orange
📋 copy color: '#CE3B0B'red 206 ◦ green 59 ◦ blue 11
Shades of Harley Davidson Orange #CE3B0B
Tints of Harley Davidson Orange #CE3B0B
RGB
CMYK
RGB Variations
Color information
#CE3B0B (or 0xCE3B0B) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 0B. RGB value is (206,59,11). Sum of RGB (Red+Green+Blue) = 206+59+11=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B0B is #31C4F4. Grayscale: #616161. Windows color (decimal): -3261685 or 736206. OLE color: 736206.
HSL color Cylindrical-coordinate representation of color #CE3B0B: hue angle of 14.77º 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 #CE3B0B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.19 |
| HSL | 14.77º | 0.9% | 0.43% | - |
| HSV(B) | 14.77º | 0.95% | 0.81% | - |
| XYZ | 27.08 | 16.27 | 2.03 | - |
| YUV | 97.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 11 | 0 | 0.71 | 0.95 | 0.19 | 14.77 | 0.9 | 0.43 |
| Hex | CE | 3B | B | 0 | 47 | 5F | 13 | F | 5A | 2B |
| Octal | 316 | 73 | 13 | 0 | 107 | 137 | 23 | 17 | 132 | 53 |
| Binary | 11001110 | 111011 | 1011 | 0 | 1000111 | 1011111 | 10011 | 1111 | 1011010 | 101011 |
Color Harmonies of #CE3B0B
Complementary color
Monochromatic Colors of #CE3B0B
Black with #CE3B0B
Text Example
Text Example
White with #CE3B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B0B; }
p { color: rgb(206,59,11); }
H1.HeaderClassName
{
color: #CE3B0B;
}
.AnyTagClassName
{
color: #CE3B0B;
}
</style>
background-color css
<style>
a { background-color: #CE3B0B; }
a { background-color: rgb(206,59,11); }
div.DivClassName
{
background-color: #CE3B0B;
}
.BgClassName
{
background-color: #CE3B0B;
}
</style>
border-color css
<style>
span { border-color: #CE3B0B; }
span { border-color: rgb(206,59,11); }
td.TdClassName
{
border-color: #CE3B0B;
}
.TagClassName
{
border-color: #CE3B0B;
}
</style>