Html Css Color HEX #CE320C Harley Davidson Orange
📋 copy color: '#CE320C'red 206 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #CE320C
Tints of Harley Davidson Orange #CE320C
RGB
CMYK
RGB Variations
Color information
#CE320C (or 0xCE320C) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 0C. RGB value is (206,50,12). Sum of RGB (Red+Green+Blue) = 206+50+12=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE320C is #31CDF3. Grayscale: #5C5C5C. Windows color (decimal): -3263988 or 799438. OLE color: 799438.
HSL color Cylindrical-coordinate representation of color #CE320C: hue angle of 11.75º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE320C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.19 |
| HSL | 11.75º | 0.89% | 0.43% | - |
| HSV(B) | 11.75º | 0.94% | 0.81% | - |
| XYZ | 26.66 | 15.43 | 1.92 | - |
| YUV | 92.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 12 | 0 | 0.76 | 0.94 | 0.19 | 11.75 | 0.89 | 0.43 |
| Hex | CE | 32 | C | 0 | 4C | 5E | 13 | C | 59 | 2B |
| Octal | 316 | 62 | 14 | 0 | 114 | 136 | 23 | 14 | 131 | 53 |
| Binary | 11001110 | 110010 | 1100 | 0 | 1001100 | 1011110 | 10011 | 1100 | 1011001 | 101011 |
Color Harmonies of #CE320C
Complementary color
Monochromatic Colors of #CE320C
Black with #CE320C
Text Example
Text Example
White with #CE320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE320C; }
p { color: rgb(206,50,12); }
H1.HeaderClassName
{
color: #CE320C;
}
.AnyTagClassName
{
color: #CE320C;
}
</style>
background-color css
<style>
a { background-color: #CE320C; }
a { background-color: rgb(206,50,12); }
div.DivClassName
{
background-color: #CE320C;
}
.BgClassName
{
background-color: #CE320C;
}
</style>
border-color css
<style>
span { border-color: #CE320C; }
span { border-color: rgb(206,50,12); }
td.TdClassName
{
border-color: #CE320C;
}
.TagClassName
{
border-color: #CE320C;
}
</style>