Html Css Color HEX #CE3722 Harley Davidson Orange
📋 copy color: '#CE3722'red 206 ◦ green 55 ◦ blue 34
Shades of Harley Davidson Orange #CE3722
Tints of Harley Davidson Orange #CE3722
RGB
CMYK
RGB Variations
Color information
#CE3722 (or 0xCE3722) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 22. RGB value is (206,55,34). Sum of RGB (Red+Green+Blue) = 206+55+34=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3722 is #31C8DD. Grayscale: #616161. Windows color (decimal): -3262686 or 2242510. OLE color: 2242510.
HSL color Cylindrical-coordinate representation of color #CE3722: hue angle of 7.33º 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 #CE3722 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 34 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.19 |
| HSL | 7.33º | 0.72% | 0.47% | - |
| HSV(B) | 7.33º | 0.83% | 0.81% | - |
| XYZ | 27.11 | 15.97 | 3.17 | - |
| YUV | 97.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 34 | 0 | 0.73 | 0.83 | 0.19 | 7.33 | 0.72 | 0.47 |
| Hex | CE | 37 | 22 | 0 | 49 | 53 | 13 | 7 | 48 | 2F |
| Octal | 316 | 67 | 42 | 0 | 111 | 123 | 23 | 7 | 110 | 57 |
| Binary | 11001110 | 110111 | 100010 | 0 | 1001001 | 1010011 | 10011 | 111 | 1001000 | 101111 |
Color Harmonies of #CE3722
Complementary color
Monochromatic Colors of #CE3722
Black with #CE3722
Text Example
Text Example
White with #CE3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3722; }
p { color: rgb(206,55,34); }
H1.HeaderClassName
{
color: #CE3722;
}
.AnyTagClassName
{
color: #CE3722;
}
</style>
background-color css
<style>
a { background-color: #CE3722; }
a { background-color: rgb(206,55,34); }
div.DivClassName
{
background-color: #CE3722;
}
.BgClassName
{
background-color: #CE3722;
}
</style>
border-color css
<style>
span { border-color: #CE3722; }
span { border-color: rgb(206,55,34); }
td.TdClassName
{
border-color: #CE3722;
}
.TagClassName
{
border-color: #CE3722;
}
</style>