Html Css Color HEX #CE2303 Harley Davidson Orange
📋 copy color: '#CE2303'red 206 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #CE2303
Tints of Harley Davidson Orange #CE2303
RGB
CMYK
RGB Variations
Color information
#CE2303 (or 0xCE2303) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 03. RGB value is (206,35,3). Sum of RGB (Red+Green+Blue) = 206+35+3=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2303 is #31DCFC. Grayscale: #525252. Windows color (decimal): -3267837 or 205774. OLE color: 205774.
HSL color Cylindrical-coordinate representation of color #CE2303: hue angle of 9.46º 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 #CE2303 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.19 |
| HSL | 9.46º | 0.97% | 0.41% | - |
| HSV(B) | 9.46º | 0.99% | 0.81% | - |
| XYZ | 26.07 | 14.33 | 1.48 | - |
| YUV | 82.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 3 | 0 | 0.83 | 0.99 | 0.19 | 9.46 | 0.97 | 0.41 |
| Hex | CE | 23 | 3 | 0 | 53 | 63 | 13 | 9 | 61 | 29 |
| Octal | 316 | 43 | 3 | 0 | 123 | 143 | 23 | 11 | 141 | 51 |
| Binary | 11001110 | 100011 | 11 | 0 | 1010011 | 1100011 | 10011 | 1001 | 1100001 | 101001 |
Color Harmonies of #CE2303
Complementary color
Monochromatic Colors of #CE2303
Black with #CE2303
Text Example
Text Example
White with #CE2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2303; }
p { color: rgb(206,35,3); }
H1.HeaderClassName
{
color: #CE2303;
}
.AnyTagClassName
{
color: #CE2303;
}
</style>
background-color css
<style>
a { background-color: #CE2303; }
a { background-color: rgb(206,35,3); }
div.DivClassName
{
background-color: #CE2303;
}
.BgClassName
{
background-color: #CE2303;
}
</style>
border-color css
<style>
span { border-color: #CE2303; }
span { border-color: rgb(206,35,3); }
td.TdClassName
{
border-color: #CE2303;
}
.TagClassName
{
border-color: #CE2303;
}
</style>