Html Css Color HEX #CE3F12 Harley Davidson Orange
📋 copy color: '#CE3F12'red 206 ◦ green 63 ◦ blue 18
Shades of Harley Davidson Orange #CE3F12
Tints of Harley Davidson Orange #CE3F12
RGB
CMYK
RGB Variations
Color information
#CE3F12 (or 0xCE3F12) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 12. RGB value is (206,63,18). Sum of RGB (Red+Green+Blue) = 206+63+18=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F12 is #31C0ED. Grayscale: #646464. Windows color (decimal): -3260654 or 1195982. OLE color: 1195982.
HSL color Cylindrical-coordinate representation of color #CE3F12: hue angle of 14.36º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE3F12 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.19 |
| HSL | 14.36º | 0.84% | 0.44% | - |
| HSV(B) | 14.36º | 0.91% | 0.81% | - |
| XYZ | 27.34 | 16.72 | 2.36 | - |
| YUV | 100.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 18 | 0 | 0.69 | 0.91 | 0.19 | 14.36 | 0.84 | 0.44 |
| Hex | CE | 3F | 12 | 0 | 45 | 5B | 13 | E | 54 | 2C |
| Octal | 316 | 77 | 22 | 0 | 105 | 133 | 23 | 16 | 124 | 54 |
| Binary | 11001110 | 111111 | 10010 | 0 | 1000101 | 1011011 | 10011 | 1110 | 1010100 | 101100 |
Color Harmonies of #CE3F12
Complementary color
Monochromatic Colors of #CE3F12
Black with #CE3F12
Text Example
Text Example
White with #CE3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F12; }
p { color: rgb(206,63,18); }
H1.HeaderClassName
{
color: #CE3F12;
}
.AnyTagClassName
{
color: #CE3F12;
}
</style>
background-color css
<style>
a { background-color: #CE3F12; }
a { background-color: rgb(206,63,18); }
div.DivClassName
{
background-color: #CE3F12;
}
.BgClassName
{
background-color: #CE3F12;
}
</style>
border-color css
<style>
span { border-color: #CE3F12; }
span { border-color: rgb(206,63,18); }
td.TdClassName
{
border-color: #CE3F12;
}
.TagClassName
{
border-color: #CE3F12;
}
</style>