Html Css Color HEX #CE220A Harley Davidson Orange
📋 copy color: '#CE220A'red 206 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #CE220A
Tints of Harley Davidson Orange #CE220A
RGB
CMYK
RGB Variations
Color information
#CE220A (or 0xCE220A) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 0A. RGB value is (206,34,10). Sum of RGB (Red+Green+Blue) = 206+34+10=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE220A is #31DDF5. Grayscale: #525252. Windows color (decimal): -3268086 or 664270. OLE color: 664270.
HSL color Cylindrical-coordinate representation of color #CE220A: hue angle of 7.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE220A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.19 |
| HSL | 7.35º | 0.91% | 0.42% | - |
| HSV(B) | 7.35º | 0.95% | 0.81% | - |
| XYZ | 26.08 | 14.29 | 1.67 | - |
| YUV | 82.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 10 | 0 | 0.83 | 0.95 | 0.19 | 7.35 | 0.91 | 0.42 |
| Hex | CE | 22 | A | 0 | 53 | 5F | 13 | 7 | 5B | 2A |
| Octal | 316 | 42 | 12 | 0 | 123 | 137 | 23 | 7 | 133 | 52 |
| Binary | 11001110 | 100010 | 1010 | 0 | 1010011 | 1011111 | 10011 | 111 | 1011011 | 101010 |
Color Harmonies of #CE220A
Complementary color
Monochromatic Colors of #CE220A
Black with #CE220A
Text Example
Text Example
White with #CE220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE220A; }
p { color: rgb(206,34,10); }
H1.HeaderClassName
{
color: #CE220A;
}
.AnyTagClassName
{
color: #CE220A;
}
</style>
background-color css
<style>
a { background-color: #CE220A; }
a { background-color: rgb(206,34,10); }
div.DivClassName
{
background-color: #CE220A;
}
.BgClassName
{
background-color: #CE220A;
}
</style>
border-color css
<style>
span { border-color: #CE220A; }
span { border-color: rgb(206,34,10); }
td.TdClassName
{
border-color: #CE220A;
}
.TagClassName
{
border-color: #CE220A;
}
</style>