Html Css Color HEX #CE4321 Harley Davidson Orange
📋 copy color: '#CE4321'red 206 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #CE4321
Tints of Harley Davidson Orange #CE4321
RGB
CMYK
RGB Variations
Color information
#CE4321 (or 0xCE4321) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 21. RGB value is (206,67,33). Sum of RGB (Red+Green+Blue) = 206+67+33=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4321 is #31BCDE. Grayscale: #686868. Windows color (decimal): -3259615 or 2180046. OLE color: 2180046.
HSL color Cylindrical-coordinate representation of color #CE4321: hue angle of 11.79º 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 #CE4321 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 33 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.19 |
| HSL | 11.79º | 0.72% | 0.47% | - |
| HSV(B) | 11.79º | 0.84% | 0.81% | - |
| XYZ | 27.74 | 17.25 | 3.31 | - |
| YUV | 104.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 33 | 0 | 0.67 | 0.84 | 0.19 | 11.79 | 0.72 | 0.47 |
| Hex | CE | 43 | 21 | 0 | 43 | 54 | 13 | C | 48 | 2F |
| Octal | 316 | 103 | 41 | 0 | 103 | 124 | 23 | 14 | 110 | 57 |
| Binary | 11001110 | 1000011 | 100001 | 0 | 1000011 | 1010100 | 10011 | 1100 | 1001000 | 101111 |
Color Harmonies of #CE4321
Complementary color
Monochromatic Colors of #CE4321
Black with #CE4321
Text Example
Text Example
White with #CE4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4321; }
p { color: rgb(206,67,33); }
H1.HeaderClassName
{
color: #CE4321;
}
.AnyTagClassName
{
color: #CE4321;
}
</style>
background-color css
<style>
a { background-color: #CE4321; }
a { background-color: rgb(206,67,33); }
div.DivClassName
{
background-color: #CE4321;
}
.BgClassName
{
background-color: #CE4321;
}
</style>
border-color css
<style>
span { border-color: #CE4321; }
span { border-color: rgb(206,67,33); }
td.TdClassName
{
border-color: #CE4321;
}
.TagClassName
{
border-color: #CE4321;
}
</style>