Html Css Color HEX #CE1C02 Harley Davidson Orange
📋 copy color: '#CE1C02'red 206 ◦ green 28 ◦ blue 2
Shades of Harley Davidson Orange #CE1C02
Tints of Harley Davidson Orange #CE1C02
RGB
CMYK
RGB Variations
Color information
#CE1C02 (or 0xCE1C02) is known color: Harley Davidson Orange. HEX triplet: CE, 1C and 02. RGB value is (206,28,2). Sum of RGB (Red+Green+Blue) = 206+28+2=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1C02 is #31E3FD. Grayscale: #4E4E4E. Windows color (decimal): -3269630 or 138446. OLE color: 138446.
HSL color Cylindrical-coordinate representation of color #CE1C02: hue angle of 7.65º degrees, saturation: 0.98, 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 #CE1C02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.19 |
| HSL | 7.65º | 0.98% | 0.41% | - |
| HSV(B) | 7.65º | 0.99% | 0.81% | - |
| XYZ | 25.88 | 13.96 | 1.39 | - |
| YUV | 78.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 2 | 0 | 0.86 | 0.99 | 0.19 | 7.65 | 0.98 | 0.41 |
| Hex | CE | 1C | 2 | 0 | 56 | 63 | 13 | 8 | 62 | 29 |
| Octal | 316 | 34 | 2 | 0 | 126 | 143 | 23 | 10 | 142 | 51 |
| Binary | 11001110 | 11100 | 10 | 0 | 1010110 | 1100011 | 10011 | 1000 | 1100010 | 101001 |
Color Harmonies of #CE1C02
Complementary color
Monochromatic Colors of #CE1C02
Black with #CE1C02
Text Example
Text Example
White with #CE1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C02; }
p { color: rgb(206,28,2); }
H1.HeaderClassName
{
color: #CE1C02;
}
.AnyTagClassName
{
color: #CE1C02;
}
</style>
background-color css
<style>
a { background-color: #CE1C02; }
a { background-color: rgb(206,28,2); }
div.DivClassName
{
background-color: #CE1C02;
}
.BgClassName
{
background-color: #CE1C02;
}
</style>
border-color css
<style>
span { border-color: #CE1C02; }
span { border-color: rgb(206,28,2); }
td.TdClassName
{
border-color: #CE1C02;
}
.TagClassName
{
border-color: #CE1C02;
}
</style>