Html Css Color HEX #CE3F21 Harley Davidson Orange
📋 copy color: '#CE3F21'red 206 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #CE3F21
Tints of Harley Davidson Orange #CE3F21
RGB
CMYK
RGB Variations
Color information
#CE3F21 (or 0xCE3F21) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 21. RGB value is (206,63,33). Sum of RGB (Red+Green+Blue) = 206+63+33=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F21 is #31C0DE. Grayscale: #666666. Windows color (decimal): -3260639 or 2179022. OLE color: 2179022.
HSL color Cylindrical-coordinate representation of color #CE3F21: hue angle of 10.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3F21 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 33 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.19 |
| HSL | 10.4º | 0.72% | 0.47% | - |
| HSV(B) | 10.4º | 0.84% | 0.81% | - |
| XYZ | 27.51 | 16.79 | 3.23 | - |
| YUV | 102.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 33 | 0 | 0.69 | 0.84 | 0.19 | 10.4 | 0.72 | 0.47 |
| Hex | CE | 3F | 21 | 0 | 45 | 54 | 13 | A | 48 | 2F |
| Octal | 316 | 77 | 41 | 0 | 105 | 124 | 23 | 12 | 110 | 57 |
| Binary | 11001110 | 111111 | 100001 | 0 | 1000101 | 1010100 | 10011 | 1010 | 1001000 | 101111 |
Color Harmonies of #CE3F21
Complementary color
Monochromatic Colors of #CE3F21
Black with #CE3F21
Text Example
Text Example
White with #CE3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F21; }
p { color: rgb(206,63,33); }
H1.HeaderClassName
{
color: #CE3F21;
}
.AnyTagClassName
{
color: #CE3F21;
}
</style>
background-color css
<style>
a { background-color: #CE3F21; }
a { background-color: rgb(206,63,33); }
div.DivClassName
{
background-color: #CE3F21;
}
.BgClassName
{
background-color: #CE3F21;
}
</style>
border-color css
<style>
span { border-color: #CE3F21; }
span { border-color: rgb(206,63,33); }
td.TdClassName
{
border-color: #CE3F21;
}
.TagClassName
{
border-color: #CE3F21;
}
</style>