Html Css Color HEX #CE3413 Harley Davidson Orange
📋 copy color: '#CE3413'red 206 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #CE3413
Tints of Harley Davidson Orange #CE3413
RGB
CMYK
RGB Variations
Color information
#CE3413 (or 0xCE3413) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 13. RGB value is (206,52,19). Sum of RGB (Red+Green+Blue) = 206+52+19=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3413 is #31CBEC. Grayscale: #5E5E5E. Windows color (decimal): -3263469 or 1258702. OLE color: 1258702.
HSL color Cylindrical-coordinate representation of color #CE3413: hue angle of 10.59º degrees, saturation: 0.83, 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 #CE3413 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.19 |
| HSL | 10.59º | 0.83% | 0.44% | - |
| HSV(B) | 10.59º | 0.91% | 0.81% | - |
| XYZ | 26.8 | 15.62 | 2.22 | - |
| YUV | 94.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 19 | 0 | 0.75 | 0.91 | 0.19 | 10.59 | 0.83 | 0.44 |
| Hex | CE | 34 | 13 | 0 | 4B | 5B | 13 | B | 53 | 2C |
| Octal | 316 | 64 | 23 | 0 | 113 | 133 | 23 | 13 | 123 | 54 |
| Binary | 11001110 | 110100 | 10011 | 0 | 1001011 | 1011011 | 10011 | 1011 | 1010011 | 101100 |
Color Harmonies of #CE3413
Complementary color
Monochromatic Colors of #CE3413
Black with #CE3413
Text Example
Text Example
White with #CE3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3413; }
p { color: rgb(206,52,19); }
H1.HeaderClassName
{
color: #CE3413;
}
.AnyTagClassName
{
color: #CE3413;
}
</style>
background-color css
<style>
a { background-color: #CE3413; }
a { background-color: rgb(206,52,19); }
div.DivClassName
{
background-color: #CE3413;
}
.BgClassName
{
background-color: #CE3413;
}
</style>
border-color css
<style>
span { border-color: #CE3413; }
span { border-color: rgb(206,52,19); }
td.TdClassName
{
border-color: #CE3413;
}
.TagClassName
{
border-color: #CE3413;
}
</style>