Html Css Color HEX #CE3414 Harley Davidson Orange
📋 copy color: '#CE3414'red 206 ◦ green 52 ◦ blue 20
Shades of Harley Davidson Orange #CE3414
Tints of Harley Davidson Orange #CE3414
RGB
CMYK
RGB Variations
Color information
#CE3414 (or 0xCE3414) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 14. RGB value is (206,52,20). Sum of RGB (Red+Green+Blue) = 206+52+20=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3414 is #31CBEB. Grayscale: #5E5E5E. Windows color (decimal): -3263468 or 1324238. OLE color: 1324238.
HSL color Cylindrical-coordinate representation of color #CE3414: hue angle of 10.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE3414 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.19 |
| HSL | 10.32º | 0.82% | 0.44% | - |
| HSV(B) | 10.32º | 0.9% | 0.81% | - |
| XYZ | 26.81 | 15.63 | 2.27 | - |
| YUV | 94.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 20 | 0 | 0.75 | 0.90 | 0.19 | 10.32 | 0.82 | 0.44 |
| Hex | CE | 34 | 14 | 0 | 4B | 5A | 13 | A | 52 | 2C |
| Octal | 316 | 64 | 24 | 0 | 113 | 132 | 23 | 12 | 122 | 54 |
| Binary | 11001110 | 110100 | 10100 | 0 | 1001011 | 1011010 | 10011 | 1010 | 1010010 | 101100 |
Color Harmonies of #CE3414
Complementary color
Monochromatic Colors of #CE3414
Black with #CE3414
Text Example
Text Example
White with #CE3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3414; }
p { color: rgb(206,52,20); }
H1.HeaderClassName
{
color: #CE3414;
}
.AnyTagClassName
{
color: #CE3414;
}
</style>
background-color css
<style>
a { background-color: #CE3414; }
a { background-color: rgb(206,52,20); }
div.DivClassName
{
background-color: #CE3414;
}
.BgClassName
{
background-color: #CE3414;
}
</style>
border-color css
<style>
span { border-color: #CE3414; }
span { border-color: rgb(206,52,20); }
td.TdClassName
{
border-color: #CE3414;
}
.TagClassName
{
border-color: #CE3414;
}
</style>