Html Css Color HEX #CE3412 Harley Davidson Orange
📋 copy color: '#CE3412'red 206 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #CE3412
Tints of Harley Davidson Orange #CE3412
RGB
CMYK
RGB Variations
Color information
#CE3412 (or 0xCE3412) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 12. RGB value is (206,52,18). Sum of RGB (Red+Green+Blue) = 206+52+18=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3412 is #31CBED. Grayscale: #5E5E5E. Windows color (decimal): -3263470 or 1193166. OLE color: 1193166.
HSL color Cylindrical-coordinate representation of color #CE3412: hue angle of 10.85º 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 #CE3412 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.19 |
| HSL | 10.85º | 0.84% | 0.44% | - |
| HSV(B) | 10.85º | 0.91% | 0.81% | - |
| XYZ | 26.79 | 15.62 | 2.18 | - |
| YUV | 94.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 18 | 0 | 0.75 | 0.91 | 0.19 | 10.85 | 0.84 | 0.44 |
| Hex | CE | 34 | 12 | 0 | 4B | 5B | 13 | B | 54 | 2C |
| Octal | 316 | 64 | 22 | 0 | 113 | 133 | 23 | 13 | 124 | 54 |
| Binary | 11001110 | 110100 | 10010 | 0 | 1001011 | 1011011 | 10011 | 1011 | 1010100 | 101100 |
Color Harmonies of #CE3412
Complementary color
Monochromatic Colors of #CE3412
Black with #CE3412
Text Example
Text Example
White with #CE3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3412; }
p { color: rgb(206,52,18); }
H1.HeaderClassName
{
color: #CE3412;
}
.AnyTagClassName
{
color: #CE3412;
}
</style>
background-color css
<style>
a { background-color: #CE3412; }
a { background-color: rgb(206,52,18); }
div.DivClassName
{
background-color: #CE3412;
}
.BgClassName
{
background-color: #CE3412;
}
</style>
border-color css
<style>
span { border-color: #CE3412; }
span { border-color: rgb(206,52,18); }
td.TdClassName
{
border-color: #CE3412;
}
.TagClassName
{
border-color: #CE3412;
}
</style>