Html Css Color HEX #CE221F Harley Davidson Orange
📋 copy color: '#CE221F'red 206 ◦ green 34 ◦ blue 31
Shades of Harley Davidson Orange #CE221F
Tints of Harley Davidson Orange #CE221F
RGB
CMYK
RGB Variations
Color information
#CE221F (or 0xCE221F) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 1F. RGB value is (206,34,31). Sum of RGB (Red+Green+Blue) = 206+34+31=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE221F is #31DDE0. Grayscale: #555555. Windows color (decimal): -3268065 or 2040526. OLE color: 2040526.
HSL color Cylindrical-coordinate representation of color #CE221F: hue angle of 1.03º degrees, saturation: 0.74, 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 #CE221F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 31 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.19 |
| HSL | 1.03º | 0.74% | 0.46% | - |
| HSV(B) | 1.03º | 0.85% | 0.81% | - |
| XYZ | 26.27 | 14.36 | 2.68 | - |
| YUV | 85.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 31 | 0 | 0.83 | 0.85 | 0.19 | 1.03 | 0.74 | 0.46 |
| Hex | CE | 22 | 1F | 0 | 53 | 55 | 13 | 1 | 4A | 2E |
| Octal | 316 | 42 | 37 | 0 | 123 | 125 | 23 | 1 | 112 | 56 |
| Binary | 11001110 | 100010 | 11111 | 0 | 1010011 | 1010101 | 10011 | 1 | 1001010 | 101110 |
Color Harmonies of #CE221F
Complementary color
Monochromatic Colors of #CE221F
Black with #CE221F
Text Example
Text Example
White with #CE221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE221F; }
p { color: rgb(206,34,31); }
H1.HeaderClassName
{
color: #CE221F;
}
.AnyTagClassName
{
color: #CE221F;
}
</style>
background-color css
<style>
a { background-color: #CE221F; }
a { background-color: rgb(206,34,31); }
div.DivClassName
{
background-color: #CE221F;
}
.BgClassName
{
background-color: #CE221F;
}
</style>
border-color css
<style>
span { border-color: #CE221F; }
span { border-color: rgb(206,34,31); }
td.TdClassName
{
border-color: #CE221F;
}
.TagClassName
{
border-color: #CE221F;
}
</style>