Html Css Color HEX #CE2F13 Harley Davidson Orange
📋 copy color: '#CE2F13'red 206 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #CE2F13
Tints of Harley Davidson Orange #CE2F13
RGB
CMYK
RGB Variations
Color information
#CE2F13 (or 0xCE2F13) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 13. RGB value is (206,47,19). Sum of RGB (Red+Green+Blue) = 206+47+19=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2F13 is #31D0EC. Grayscale: #5B5B5B. Windows color (decimal): -3264749 or 1257422. OLE color: 1257422.
HSL color Cylindrical-coordinate representation of color #CE2F13: hue angle of 8.98º 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 #CE2F13 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.19 |
| HSL | 8.98º | 0.83% | 0.44% | - |
| HSV(B) | 8.98º | 0.91% | 0.81% | - |
| XYZ | 26.59 | 15.2 | 2.15 | - |
| YUV | 91.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 19 | 0 | 0.77 | 0.91 | 0.19 | 8.98 | 0.83 | 0.44 |
| Hex | CE | 2F | 13 | 0 | 4D | 5B | 13 | 9 | 53 | 2C |
| Octal | 316 | 57 | 23 | 0 | 115 | 133 | 23 | 11 | 123 | 54 |
| Binary | 11001110 | 101111 | 10011 | 0 | 1001101 | 1011011 | 10011 | 1001 | 1010011 | 101100 |
Color Harmonies of #CE2F13
Complementary color
Monochromatic Colors of #CE2F13
Black with #CE2F13
Text Example
Text Example
White with #CE2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F13; }
p { color: rgb(206,47,19); }
H1.HeaderClassName
{
color: #CE2F13;
}
.AnyTagClassName
{
color: #CE2F13;
}
</style>
background-color css
<style>
a { background-color: #CE2F13; }
a { background-color: rgb(206,47,19); }
div.DivClassName
{
background-color: #CE2F13;
}
.BgClassName
{
background-color: #CE2F13;
}
</style>
border-color css
<style>
span { border-color: #CE2F13; }
span { border-color: rgb(206,47,19); }
td.TdClassName
{
border-color: #CE2F13;
}
.TagClassName
{
border-color: #CE2F13;
}
</style>