Html Css Color HEX #CE3B00 Harley Davidson Orange
📋 copy color: '#CE3B00'red 206 ◦ green 59 ◦ blue 0
Shades of Harley Davidson Orange #CE3B00
Tints of Harley Davidson Orange #CE3B00
RGB
CMYK
RGB Variations
Color information
#CE3B00 (or 0xCE3B00) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 00. RGB value is (206,59,0). Sum of RGB (Red+Green+Blue) = 206+59+0=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B00 is #31C4FF. Grayscale: #606060. Windows color (decimal): -3261696 or 15310. OLE color: 15310.
HSL color Cylindrical-coordinate representation of color #CE3B00: hue angle of 17.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE3B00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.19 |
| HSL | 17.18º | 1% | 0.4% | - |
| HSV(B) | 17.18º | 1% | 0.81% | - |
| XYZ | 27.02 | 16.25 | 1.71 | - |
| YUV | 96.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 0 | 0 | 0.71 | 1 | 0.19 | 17.18 | 1 | 0.4 |
| Hex | CE | 3B | 0 | 0 | 47 | 64 | 13 | 11 | 64 | 28 |
| Octal | 316 | 73 | 0 | 0 | 107 | 144 | 23 | 21 | 144 | 50 |
| Binary | 11001110 | 111011 | 0 | 0 | 1000111 | 1100100 | 10011 | 10001 | 1100100 | 101000 |
Color Harmonies of #CE3B00
Complementary color
Monochromatic Colors of #CE3B00
Black with #CE3B00
Text Example
Text Example
White with #CE3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B00; }
p { color: rgb(206,59,0); }
H1.HeaderClassName
{
color: #CE3B00;
}
.AnyTagClassName
{
color: #CE3B00;
}
</style>
background-color css
<style>
a { background-color: #CE3B00; }
a { background-color: rgb(206,59,0); }
div.DivClassName
{
background-color: #CE3B00;
}
.BgClassName
{
background-color: #CE3B00;
}
</style>
border-color css
<style>
span { border-color: #CE3B00; }
span { border-color: rgb(206,59,0); }
td.TdClassName
{
border-color: #CE3B00;
}
.TagClassName
{
border-color: #CE3B00;
}
</style>