Html Css Color HEX #CE4322 Harley Davidson Orange
📋 copy color: '#CE4322'red 206 ◦ green 67 ◦ blue 34
Shades of Harley Davidson Orange #CE4322
Tints of Harley Davidson Orange #CE4322
RGB
CMYK
RGB Variations
Color information
#CE4322 (or 0xCE4322) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 22. RGB value is (206,67,34). Sum of RGB (Red+Green+Blue) = 206+67+34=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4322 is #31BCDD. Grayscale: #696969. Windows color (decimal): -3259614 or 2245582. OLE color: 2245582.
HSL color Cylindrical-coordinate representation of color #CE4322: hue angle of 11.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE4322 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 34 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.19 |
| HSL | 11.51º | 0.72% | 0.47% | - |
| HSV(B) | 11.51º | 0.83% | 0.81% | - |
| XYZ | 27.75 | 17.25 | 3.38 | - |
| YUV | 104.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 34 | 0 | 0.67 | 0.83 | 0.19 | 11.51 | 0.72 | 0.47 |
| Hex | CE | 43 | 22 | 0 | 43 | 53 | 13 | C | 48 | 2F |
| Octal | 316 | 103 | 42 | 0 | 103 | 123 | 23 | 14 | 110 | 57 |
| Binary | 11001110 | 1000011 | 100010 | 0 | 1000011 | 1010011 | 10011 | 1100 | 1001000 | 101111 |
Color Harmonies of #CE4322
Complementary color
Monochromatic Colors of #CE4322
Black with #CE4322
Text Example
Text Example
White with #CE4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4322; }
p { color: rgb(206,67,34); }
H1.HeaderClassName
{
color: #CE4322;
}
.AnyTagClassName
{
color: #CE4322;
}
</style>
background-color css
<style>
a { background-color: #CE4322; }
a { background-color: rgb(206,67,34); }
div.DivClassName
{
background-color: #CE4322;
}
.BgClassName
{
background-color: #CE4322;
}
</style>
border-color css
<style>
span { border-color: #CE4322; }
span { border-color: rgb(206,67,34); }
td.TdClassName
{
border-color: #CE4322;
}
.TagClassName
{
border-color: #CE4322;
}
</style>