Html Css Color HEX #CE220B Harley Davidson Orange
📋 copy color: '#CE220B'red 206 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #CE220B
Tints of Harley Davidson Orange #CE220B
RGB
CMYK
RGB Variations
Color information
#CE220B (or 0xCE220B) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 0B. RGB value is (206,34,11). Sum of RGB (Red+Green+Blue) = 206+34+11=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE220B is #31DDF4. Grayscale: #535353. Windows color (decimal): -3268085 or 729806. OLE color: 729806.
HSL color Cylindrical-coordinate representation of color #CE220B: hue angle of 7.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE220B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.19 |
| HSL | 7.08º | 0.9% | 0.43% | - |
| HSV(B) | 7.08º | 0.95% | 0.81% | - |
| XYZ | 26.09 | 14.29 | 1.7 | - |
| YUV | 82.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 11 | 0 | 0.83 | 0.95 | 0.19 | 7.08 | 0.9 | 0.43 |
| Hex | CE | 22 | B | 0 | 53 | 5F | 13 | 7 | 5A | 2B |
| Octal | 316 | 42 | 13 | 0 | 123 | 137 | 23 | 7 | 132 | 53 |
| Binary | 11001110 | 100010 | 1011 | 0 | 1010011 | 1011111 | 10011 | 111 | 1011010 | 101011 |
Color Harmonies of #CE220B
Complementary color
Monochromatic Colors of #CE220B
Black with #CE220B
Text Example
Text Example
White with #CE220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE220B; }
p { color: rgb(206,34,11); }
H1.HeaderClassName
{
color: #CE220B;
}
.AnyTagClassName
{
color: #CE220B;
}
</style>
background-color css
<style>
a { background-color: #CE220B; }
a { background-color: rgb(206,34,11); }
div.DivClassName
{
background-color: #CE220B;
}
.BgClassName
{
background-color: #CE220B;
}
</style>
border-color css
<style>
span { border-color: #CE220B; }
span { border-color: rgb(206,34,11); }
td.TdClassName
{
border-color: #CE220B;
}
.TagClassName
{
border-color: #CE220B;
}
</style>