Html Css Color HEX #CE221E Harley Davidson Orange
📋 copy color: '#CE221E'red 206 ◦ green 34 ◦ blue 30
Shades of Harley Davidson Orange #CE221E
Tints of Harley Davidson Orange #CE221E
RGB
CMYK
RGB Variations
Color information
#CE221E (or 0xCE221E) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 1E. RGB value is (206,34,30). Sum of RGB (Red+Green+Blue) = 206+34+30=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE221E is #31DDE1. Grayscale: #555555. Windows color (decimal): -3268066 or 1974990. OLE color: 1974990.
HSL color Cylindrical-coordinate representation of color #CE221E: hue angle of 1.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE221E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.19 |
| HSL | 1.36º | 0.75% | 0.46% | - |
| HSV(B) | 1.36º | 0.85% | 0.81% | - |
| XYZ | 26.26 | 14.36 | 2.62 | - |
| YUV | 84.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 30 | 0 | 0.83 | 0.85 | 0.19 | 1.36 | 0.75 | 0.46 |
| Hex | CE | 22 | 1E | 0 | 53 | 55 | 13 | 1 | 4B | 2E |
| Octal | 316 | 42 | 36 | 0 | 123 | 125 | 23 | 1 | 113 | 56 |
| Binary | 11001110 | 100010 | 11110 | 0 | 1010011 | 1010101 | 10011 | 1 | 1001011 | 101110 |
Color Harmonies of #CE221E
Complementary color
Monochromatic Colors of #CE221E
Black with #CE221E
Text Example
Text Example
White with #CE221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE221E; }
p { color: rgb(206,34,30); }
H1.HeaderClassName
{
color: #CE221E;
}
.AnyTagClassName
{
color: #CE221E;
}
</style>
background-color css
<style>
a { background-color: #CE221E; }
a { background-color: rgb(206,34,30); }
div.DivClassName
{
background-color: #CE221E;
}
.BgClassName
{
background-color: #CE221E;
}
</style>
border-color css
<style>
span { border-color: #CE221E; }
span { border-color: rgb(206,34,30); }
td.TdClassName
{
border-color: #CE221E;
}
.TagClassName
{
border-color: #CE221E;
}
</style>