Html Css Color HEX #CE3522 Harley Davidson Orange
📋 copy color: '#CE3522'red 206 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #CE3522
Tints of Harley Davidson Orange #CE3522
RGB
CMYK
RGB Variations
Color information
#CE3522 (or 0xCE3522) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 22. RGB value is (206,53,34). Sum of RGB (Red+Green+Blue) = 206+53+34=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3522 is #31CADD. Grayscale: #606060. Windows color (decimal): -3263198 or 2241998. OLE color: 2241998.
HSL color Cylindrical-coordinate representation of color #CE3522: hue angle of 6.63º 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 #CE3522 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 34 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.19 |
| HSL | 6.63º | 0.72% | 0.47% | - |
| HSV(B) | 6.63º | 0.83% | 0.81% | - |
| XYZ | 27.02 | 15.78 | 3.14 | - |
| YUV | 96.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 34 | 0 | 0.74 | 0.83 | 0.19 | 6.63 | 0.72 | 0.47 |
| Hex | CE | 35 | 22 | 0 | 4A | 53 | 13 | 7 | 48 | 2F |
| Octal | 316 | 65 | 42 | 0 | 112 | 123 | 23 | 7 | 110 | 57 |
| Binary | 11001110 | 110101 | 100010 | 0 | 1001010 | 1010011 | 10011 | 111 | 1001000 | 101111 |
Color Harmonies of #CE3522
Complementary color
Monochromatic Colors of #CE3522
Black with #CE3522
Text Example
Text Example
White with #CE3522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3522; }
p { color: rgb(206,53,34); }
H1.HeaderClassName
{
color: #CE3522;
}
.AnyTagClassName
{
color: #CE3522;
}
</style>
background-color css
<style>
a { background-color: #CE3522; }
a { background-color: rgb(206,53,34); }
div.DivClassName
{
background-color: #CE3522;
}
.BgClassName
{
background-color: #CE3522;
}
</style>
border-color css
<style>
span { border-color: #CE3522; }
span { border-color: rgb(206,53,34); }
td.TdClassName
{
border-color: #CE3522;
}
.TagClassName
{
border-color: #CE3522;
}
</style>