Html Css Color HEX #CE2201 Harley Davidson Orange
📋 copy color: '#CE2201'red 206 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #CE2201
Tints of Harley Davidson Orange #CE2201
RGB
CMYK
RGB Variations
Color information
#CE2201 (or 0xCE2201) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 01. RGB value is (206,34,1). Sum of RGB (Red+Green+Blue) = 206+34+1=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2201 is #31DDFE. Grayscale: #515151. Windows color (decimal): -3268095 or 74446. OLE color: 74446.
HSL color Cylindrical-coordinate representation of color #CE2201: hue angle of 9.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2201 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.19 |
| HSL | 9.66º | 0.99% | 0.41% | - |
| HSV(B) | 9.66º | 1% | 0.81% | - |
| XYZ | 26.03 | 14.27 | 1.41 | - |
| YUV | 81.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 1 | 0 | 0.83 | 1.00 | 0.19 | 9.66 | 0.99 | 0.41 |
| Hex | CE | 22 | 1 | 0 | 53 | 64 | 13 | A | 63 | 29 |
| Octal | 316 | 42 | 1 | 0 | 123 | 144 | 23 | 12 | 143 | 51 |
| Binary | 11001110 | 100010 | 1 | 0 | 1010011 | 1100100 | 10011 | 1010 | 1100011 | 101001 |
Color Harmonies of #CE2201
Complementary color
Monochromatic Colors of #CE2201
Black with #CE2201
Text Example
Text Example
White with #CE2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2201; }
p { color: rgb(206,34,1); }
H1.HeaderClassName
{
color: #CE2201;
}
.AnyTagClassName
{
color: #CE2201;
}
</style>
background-color css
<style>
a { background-color: #CE2201; }
a { background-color: rgb(206,34,1); }
div.DivClassName
{
background-color: #CE2201;
}
.BgClassName
{
background-color: #CE2201;
}
</style>
border-color css
<style>
span { border-color: #CE2201; }
span { border-color: rgb(206,34,1); }
td.TdClassName
{
border-color: #CE2201;
}
.TagClassName
{
border-color: #CE2201;
}
</style>