Html Css Color HEX #CE2D03 Harley Davidson Orange
📋 copy color: '#CE2D03'red 206 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #CE2D03
Tints of Harley Davidson Orange #CE2D03
RGB
CMYK
RGB Variations
Color information
#CE2D03 (or 0xCE2D03) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 03. RGB value is (206,45,3). Sum of RGB (Red+Green+Blue) = 206+45+3=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D03 is #31D2FC. Grayscale: #585858. Windows color (decimal): -3265277 or 208334. OLE color: 208334.
HSL color Cylindrical-coordinate representation of color #CE2D03: hue angle of 12.41º 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 #CE2D03 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.19 |
| HSL | 12.41º | 0.97% | 0.41% | - |
| HSV(B) | 12.41º | 0.99% | 0.81% | - |
| XYZ | 26.41 | 15.01 | 1.59 | - |
| YUV | 88.35 | 79.84 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 3 | 0 | 0.78 | 0.99 | 0.19 | 12.41 | 0.97 | 0.41 |
| Hex | CE | 2D | 3 | 0 | 4E | 63 | 13 | C | 61 | 29 |
| Octal | 316 | 55 | 3 | 0 | 116 | 143 | 23 | 14 | 141 | 51 |
| Binary | 11001110 | 101101 | 11 | 0 | 1001110 | 1100011 | 10011 | 1100 | 1100001 | 101001 |
Color Harmonies of #CE2D03
Complementary color
Monochromatic Colors of #CE2D03
Black with #CE2D03
Text Example
Text Example
White with #CE2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D03; }
p { color: rgb(206,45,3); }
H1.HeaderClassName
{
color: #CE2D03;
}
.AnyTagClassName
{
color: #CE2D03;
}
</style>
background-color css
<style>
a { background-color: #CE2D03; }
a { background-color: rgb(206,45,3); }
div.DivClassName
{
background-color: #CE2D03;
}
.BgClassName
{
background-color: #CE2D03;
}
</style>
border-color css
<style>
span { border-color: #CE2D03; }
span { border-color: rgb(206,45,3); }
td.TdClassName
{
border-color: #CE2D03;
}
.TagClassName
{
border-color: #CE2D03;
}
</style>