Html Css Color HEX #CE2903 Harley Davidson Orange
📋 copy color: '#CE2903'red 206 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #CE2903
Tints of Harley Davidson Orange #CE2903
RGB
CMYK
RGB Variations
Color information
#CE2903 (or 0xCE2903) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 03. RGB value is (206,41,3). Sum of RGB (Red+Green+Blue) = 206+41+3=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2903 is #31D6FC. Grayscale: #565656. Windows color (decimal): -3266301 or 207310. OLE color: 207310.
HSL color Cylindrical-coordinate representation of color #CE2903: hue angle of 11.23º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE2903 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.19 |
| HSL | 11.23º | 0.97% | 0.41% | - |
| HSV(B) | 11.23º | 0.99% | 0.81% | - |
| XYZ | 26.26 | 14.71 | 1.54 | - |
| YUV | 86 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 3 | 0 | 0.80 | 0.99 | 0.19 | 11.23 | 0.97 | 0.41 |
| Hex | CE | 29 | 3 | 0 | 50 | 63 | 13 | B | 61 | 29 |
| Octal | 316 | 51 | 3 | 0 | 120 | 143 | 23 | 13 | 141 | 51 |
| Binary | 11001110 | 101001 | 11 | 0 | 1010000 | 1100011 | 10011 | 1011 | 1100001 | 101001 |
Color Harmonies of #CE2903
Complementary color
Monochromatic Colors of #CE2903
Black with #CE2903
Text Example
Text Example
White with #CE2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2903; }
p { color: rgb(206,41,3); }
H1.HeaderClassName
{
color: #CE2903;
}
.AnyTagClassName
{
color: #CE2903;
}
</style>
background-color css
<style>
a { background-color: #CE2903; }
a { background-color: rgb(206,41,3); }
div.DivClassName
{
background-color: #CE2903;
}
.BgClassName
{
background-color: #CE2903;
}
</style>
border-color css
<style>
span { border-color: #CE2903; }
span { border-color: rgb(206,41,3); }
td.TdClassName
{
border-color: #CE2903;
}
.TagClassName
{
border-color: #CE2903;
}
</style>