Html Css Color HEX #CE3400 Harley Davidson Orange
📋 copy color: '#CE3400'red 206 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #CE3400
Tints of Harley Davidson Orange #CE3400
RGB
CMYK
RGB Variations
Color information
#CE3400 (or 0xCE3400) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 00. RGB value is (206,52,0). Sum of RGB (Red+Green+Blue) = 206+52+0=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3400 is #31CBFF. Grayscale: #5C5C5C. Windows color (decimal): -3263488 or 13518. OLE color: 13518.
HSL color Cylindrical-coordinate representation of color #CE3400: hue angle of 15.15º 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 #CE3400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.19 |
| HSL | 15.15º | 1% | 0.4% | - |
| HSV(B) | 15.15º | 1% | 0.81% | - |
| XYZ | 26.68 | 15.58 | 1.6 | - |
| YUV | 92.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 0 | 0 | 0.75 | 1 | 0.19 | 15.15 | 1 | 0.4 |
| Hex | CE | 34 | 0 | 0 | 4B | 64 | 13 | F | 64 | 28 |
| Octal | 316 | 64 | 0 | 0 | 113 | 144 | 23 | 17 | 144 | 50 |
| Binary | 11001110 | 110100 | 0 | 0 | 1001011 | 1100100 | 10011 | 1111 | 1100100 | 101000 |
Color Harmonies of #CE3400
Complementary color
Monochromatic Colors of #CE3400
Black with #CE3400
Text Example
Text Example
White with #CE3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3400; }
p { color: rgb(206,52,0); }
H1.HeaderClassName
{
color: #CE3400;
}
.AnyTagClassName
{
color: #CE3400;
}
</style>
background-color css
<style>
a { background-color: #CE3400; }
a { background-color: rgb(206,52,0); }
div.DivClassName
{
background-color: #CE3400;
}
.BgClassName
{
background-color: #CE3400;
}
</style>
border-color css
<style>
span { border-color: #CE3400; }
span { border-color: rgb(206,52,0); }
td.TdClassName
{
border-color: #CE3400;
}
.TagClassName
{
border-color: #CE3400;
}
</style>