Html Css Color HEX #CE321F Harley Davidson Orange
📋 copy color: '#CE321F'red 206 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #CE321F
Tints of Harley Davidson Orange #CE321F
RGB
CMYK
RGB Variations
Color information
#CE321F (or 0xCE321F) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 1F. RGB value is (206,50,31). Sum of RGB (Red+Green+Blue) = 206+50+31=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE321F is #31CDE0. Grayscale: #5E5E5E. Windows color (decimal): -3263969 or 2044622. OLE color: 2044622.
HSL color Cylindrical-coordinate representation of color #CE321F: hue angle of 6.51º 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 #CE321F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.19 |
| HSL | 6.51º | 0.74% | 0.46% | - |
| HSV(B) | 6.51º | 0.85% | 0.81% | - |
| XYZ | 26.84 | 15.5 | 2.87 | - |
| YUV | 94.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 31 | 0 | 0.76 | 0.85 | 0.19 | 6.51 | 0.74 | 0.46 |
| Hex | CE | 32 | 1F | 0 | 4C | 55 | 13 | 7 | 4A | 2E |
| Octal | 316 | 62 | 37 | 0 | 114 | 125 | 23 | 7 | 112 | 56 |
| Binary | 11001110 | 110010 | 11111 | 0 | 1001100 | 1010101 | 10011 | 111 | 1001010 | 101110 |
Color Harmonies of #CE321F
Complementary color
Monochromatic Colors of #CE321F
Black with #CE321F
Text Example
Text Example
White with #CE321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE321F; }
p { color: rgb(206,50,31); }
H1.HeaderClassName
{
color: #CE321F;
}
.AnyTagClassName
{
color: #CE321F;
}
</style>
background-color css
<style>
a { background-color: #CE321F; }
a { background-color: rgb(206,50,31); }
div.DivClassName
{
background-color: #CE321F;
}
.BgClassName
{
background-color: #CE321F;
}
</style>
border-color css
<style>
span { border-color: #CE321F; }
span { border-color: rgb(206,50,31); }
td.TdClassName
{
border-color: #CE321F;
}
.TagClassName
{
border-color: #CE321F;
}
</style>