Html Css Color HEX #CE350C Harley Davidson Orange
📋 copy color: '#CE350C'red 206 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #CE350C
Tints of Harley Davidson Orange #CE350C
RGB
CMYK
RGB Variations
Color information
#CE350C (or 0xCE350C) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 0C. RGB value is (206,53,12). Sum of RGB (Red+Green+Blue) = 206+53+12=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE350C is #31CAF3. Grayscale: #5E5E5E. Windows color (decimal): -3263220 or 800206. OLE color: 800206.
HSL color Cylindrical-coordinate representation of color #CE350C: hue angle of 12.68º 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 #CE350C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.19 |
| HSL | 12.68º | 0.89% | 0.43% | - |
| HSV(B) | 12.68º | 0.94% | 0.81% | - |
| XYZ | 26.79 | 15.69 | 1.97 | - |
| YUV | 94.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 12 | 0 | 0.74 | 0.94 | 0.19 | 12.68 | 0.89 | 0.43 |
| Hex | CE | 35 | C | 0 | 4A | 5E | 13 | D | 59 | 2B |
| Octal | 316 | 65 | 14 | 0 | 112 | 136 | 23 | 15 | 131 | 53 |
| Binary | 11001110 | 110101 | 1100 | 0 | 1001010 | 1011110 | 10011 | 1101 | 1011001 | 101011 |
Color Harmonies of #CE350C
Complementary color
Monochromatic Colors of #CE350C
Black with #CE350C
Text Example
Text Example
White with #CE350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE350C; }
p { color: rgb(206,53,12); }
H1.HeaderClassName
{
color: #CE350C;
}
.AnyTagClassName
{
color: #CE350C;
}
</style>
background-color css
<style>
a { background-color: #CE350C; }
a { background-color: rgb(206,53,12); }
div.DivClassName
{
background-color: #CE350C;
}
.BgClassName
{
background-color: #CE350C;
}
</style>
border-color css
<style>
span { border-color: #CE350C; }
span { border-color: rgb(206,53,12); }
td.TdClassName
{
border-color: #CE350C;
}
.TagClassName
{
border-color: #CE350C;
}
</style>