Html Css Color HEX #CE1F02 Harley Davidson Orange
📋 copy color: '#CE1F02'red 206 ◦ green 31 ◦ blue 2
Shades of Harley Davidson Orange #CE1F02
Tints of Harley Davidson Orange #CE1F02
RGB
CMYK
RGB Variations
Color information
#CE1F02 (or 0xCE1F02) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 02. RGB value is (206,31,2). Sum of RGB (Red+Green+Blue) = 206+31+2=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F02 is #31E0FD. Grayscale: #505050. Windows color (decimal): -3268862 or 139214. OLE color: 139214.
HSL color Cylindrical-coordinate representation of color #CE1F02: hue angle of 8.53º 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 #CE1F02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.19 |
| HSL | 8.53º | 0.98% | 0.41% | - |
| HSV(B) | 8.53º | 0.99% | 0.81% | - |
| XYZ | 25.95 | 14.11 | 1.41 | - |
| YUV | 80.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 2 | 0 | 0.85 | 0.99 | 0.19 | 8.53 | 0.98 | 0.41 |
| Hex | CE | 1F | 2 | 0 | 55 | 63 | 13 | 9 | 62 | 29 |
| Octal | 316 | 37 | 2 | 0 | 125 | 143 | 23 | 11 | 142 | 51 |
| Binary | 11001110 | 11111 | 10 | 0 | 1010101 | 1100011 | 10011 | 1001 | 1100010 | 101001 |
Color Harmonies of #CE1F02
Complementary color
Monochromatic Colors of #CE1F02
Black with #CE1F02
Text Example
Text Example
White with #CE1F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F02; }
p { color: rgb(206,31,2); }
H1.HeaderClassName
{
color: #CE1F02;
}
.AnyTagClassName
{
color: #CE1F02;
}
</style>
background-color css
<style>
a { background-color: #CE1F02; }
a { background-color: rgb(206,31,2); }
div.DivClassName
{
background-color: #CE1F02;
}
.BgClassName
{
background-color: #CE1F02;
}
</style>
border-color css
<style>
span { border-color: #CE1F02; }
span { border-color: rgb(206,31,2); }
td.TdClassName
{
border-color: #CE1F02;
}
.TagClassName
{
border-color: #CE1F02;
}
</style>