Html Css Color HEX #CE3714 Harley Davidson Orange
📋 copy color: '#CE3714'red 206 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #CE3714
Tints of Harley Davidson Orange #CE3714
RGB
CMYK
RGB Variations
Color information
#CE3714 (or 0xCE3714) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 14. RGB value is (206,55,20). Sum of RGB (Red+Green+Blue) = 206+55+20=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3714 is #31C8EB. Grayscale: #606060. Windows color (decimal): -3262700 or 1325006. OLE color: 1325006.
HSL color Cylindrical-coordinate representation of color #CE3714: hue angle of 11.29º 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 #CE3714 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.19 |
| HSL | 11.29º | 0.82% | 0.44% | - |
| HSV(B) | 11.29º | 0.9% | 0.81% | - |
| XYZ | 26.95 | 15.9 | 2.31 | - |
| YUV | 96.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 20 | 0 | 0.73 | 0.90 | 0.19 | 11.29 | 0.82 | 0.44 |
| Hex | CE | 37 | 14 | 0 | 49 | 5A | 13 | B | 52 | 2C |
| Octal | 316 | 67 | 24 | 0 | 111 | 132 | 23 | 13 | 122 | 54 |
| Binary | 11001110 | 110111 | 10100 | 0 | 1001001 | 1011010 | 10011 | 1011 | 1010010 | 101100 |
Color Harmonies of #CE3714
Complementary color
Monochromatic Colors of #CE3714
Black with #CE3714
Text Example
Text Example
White with #CE3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3714; }
p { color: rgb(206,55,20); }
H1.HeaderClassName
{
color: #CE3714;
}
.AnyTagClassName
{
color: #CE3714;
}
</style>
background-color css
<style>
a { background-color: #CE3714; }
a { background-color: rgb(206,55,20); }
div.DivClassName
{
background-color: #CE3714;
}
.BgClassName
{
background-color: #CE3714;
}
</style>
border-color css
<style>
span { border-color: #CE3714; }
span { border-color: rgb(206,55,20); }
td.TdClassName
{
border-color: #CE3714;
}
.TagClassName
{
border-color: #CE3714;
}
</style>