Html Css Color HEX #CE1B05 Harley Davidson Orange
📋 copy color: '#CE1B05'red 206 ◦ green 27 ◦ blue 5
Shades of Harley Davidson Orange #CE1B05
Tints of Harley Davidson Orange #CE1B05
RGB
CMYK
RGB Variations
Color information
#CE1B05 (or 0xCE1B05) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 05. RGB value is (206,27,5). Sum of RGB (Red+Green+Blue) = 206+27+5=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B05 is #31E4FA. Grayscale: #4E4E4E. Windows color (decimal): -3269883 or 334798. OLE color: 334798.
HSL color Cylindrical-coordinate representation of color #CE1B05: hue angle of 6.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1B05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 5 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.19 |
| HSL | 6.57º | 0.95% | 0.41% | - |
| HSV(B) | 6.57º | 0.98% | 0.81% | - |
| XYZ | 25.87 | 13.92 | 1.47 | - |
| YUV | 78.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 5 | 0 | 0.87 | 0.98 | 0.19 | 6.57 | 0.95 | 0.41 |
| Hex | CE | 1B | 5 | 0 | 57 | 62 | 13 | 7 | 5F | 29 |
| Octal | 316 | 33 | 5 | 0 | 127 | 142 | 23 | 7 | 137 | 51 |
| Binary | 11001110 | 11011 | 101 | 0 | 1010111 | 1100010 | 10011 | 111 | 1011111 | 101001 |
Color Harmonies of #CE1B05
Complementary color
Monochromatic Colors of #CE1B05
Black with #CE1B05
Text Example
Text Example
White with #CE1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B05; }
p { color: rgb(206,27,5); }
H1.HeaderClassName
{
color: #CE1B05;
}
.AnyTagClassName
{
color: #CE1B05;
}
</style>
background-color css
<style>
a { background-color: #CE1B05; }
a { background-color: rgb(206,27,5); }
div.DivClassName
{
background-color: #CE1B05;
}
.BgClassName
{
background-color: #CE1B05;
}
</style>
border-color css
<style>
span { border-color: #CE1B05; }
span { border-color: rgb(206,27,5); }
td.TdClassName
{
border-color: #CE1B05;
}
.TagClassName
{
border-color: #CE1B05;
}
</style>