Html Css Color HEX #CE3822 Harley Davidson Orange
📋 copy color: '#CE3822'red 206 ◦ green 56 ◦ blue 34
Shades of Harley Davidson Orange #CE3822
Tints of Harley Davidson Orange #CE3822
RGB
CMYK
RGB Variations
Color information
#CE3822 (or 0xCE3822) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 22. RGB value is (206,56,34). Sum of RGB (Red+Green+Blue) = 206+56+34=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3822 is #31C7DD. Grayscale: #626262. Windows color (decimal): -3262430 or 2242766. OLE color: 2242766.
HSL color Cylindrical-coordinate representation of color #CE3822: hue angle of 7.67º 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 #CE3822 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 34 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.19 |
| HSL | 7.67º | 0.72% | 0.47% | - |
| HSV(B) | 7.67º | 0.83% | 0.81% | - |
| XYZ | 27.16 | 16.07 | 3.18 | - |
| YUV | 98.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 34 | 0 | 0.73 | 0.83 | 0.19 | 7.67 | 0.72 | 0.47 |
| Hex | CE | 38 | 22 | 0 | 49 | 53 | 13 | 8 | 48 | 2F |
| Octal | 316 | 70 | 42 | 0 | 111 | 123 | 23 | 10 | 110 | 57 |
| Binary | 11001110 | 111000 | 100010 | 0 | 1001001 | 1010011 | 10011 | 1000 | 1001000 | 101111 |
Color Harmonies of #CE3822
Complementary color
Monochromatic Colors of #CE3822
Black with #CE3822
Text Example
Text Example
White with #CE3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3822; }
p { color: rgb(206,56,34); }
H1.HeaderClassName
{
color: #CE3822;
}
.AnyTagClassName
{
color: #CE3822;
}
</style>
background-color css
<style>
a { background-color: #CE3822; }
a { background-color: rgb(206,56,34); }
div.DivClassName
{
background-color: #CE3822;
}
.BgClassName
{
background-color: #CE3822;
}
</style>
border-color css
<style>
span { border-color: #CE3822; }
span { border-color: rgb(206,56,34); }
td.TdClassName
{
border-color: #CE3822;
}
.TagClassName
{
border-color: #CE3822;
}
</style>