Html Css Color HEX #CE3214 Harley Davidson Orange
📋 copy color: '#CE3214'red 206 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #CE3214
Tints of Harley Davidson Orange #CE3214
RGB
CMYK
RGB Variations
Color information
#CE3214 (or 0xCE3214) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 14. RGB value is (206,50,20). Sum of RGB (Red+Green+Blue) = 206+50+20=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3214 is #31CDEB. Grayscale: #5D5D5D. Windows color (decimal): -3263980 or 1323726. OLE color: 1323726.
HSL color Cylindrical-coordinate representation of color #CE3214: hue angle of 9.68º 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 #CE3214 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.19 |
| HSL | 9.68º | 0.82% | 0.44% | - |
| HSV(B) | 9.68º | 0.9% | 0.81% | - |
| XYZ | 26.72 | 15.45 | 2.24 | - |
| YUV | 93.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 20 | 0 | 0.76 | 0.90 | 0.19 | 9.68 | 0.82 | 0.44 |
| Hex | CE | 32 | 14 | 0 | 4C | 5A | 13 | A | 52 | 2C |
| Octal | 316 | 62 | 24 | 0 | 114 | 132 | 23 | 12 | 122 | 54 |
| Binary | 11001110 | 110010 | 10100 | 0 | 1001100 | 1011010 | 10011 | 1010 | 1010010 | 101100 |
Color Harmonies of #CE3214
Complementary color
Monochromatic Colors of #CE3214
Black with #CE3214
Text Example
Text Example
White with #CE3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3214; }
p { color: rgb(206,50,20); }
H1.HeaderClassName
{
color: #CE3214;
}
.AnyTagClassName
{
color: #CE3214;
}
</style>
background-color css
<style>
a { background-color: #CE3214; }
a { background-color: rgb(206,50,20); }
div.DivClassName
{
background-color: #CE3214;
}
.BgClassName
{
background-color: #CE3214;
}
</style>
border-color css
<style>
span { border-color: #CE3214; }
span { border-color: rgb(206,50,20); }
td.TdClassName
{
border-color: #CE3214;
}
.TagClassName
{
border-color: #CE3214;
}
</style>