Html Css Color HEX #CE3207 Harley Davidson Orange
📋 copy color: '#CE3207'red 206 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #CE3207
Tints of Harley Davidson Orange #CE3207
RGB
CMYK
RGB Variations
Color information
#CE3207 (or 0xCE3207) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 07. RGB value is (206,50,7). Sum of RGB (Red+Green+Blue) = 206+50+7=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3207 is #31CDF8. Grayscale: #5C5C5C. Windows color (decimal): -3263993 or 471758. OLE color: 471758.
HSL color Cylindrical-coordinate representation of color #CE3207: hue angle of 12.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE3207 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.19 |
| HSL | 12.96º | 0.93% | 0.42% | - |
| HSV(B) | 12.96º | 0.97% | 0.81% | - |
| XYZ | 26.63 | 15.42 | 1.77 | - |
| YUV | 91.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 7 | 0 | 0.76 | 0.97 | 0.19 | 12.96 | 0.93 | 0.42 |
| Hex | CE | 32 | 7 | 0 | 4C | 61 | 13 | D | 5D | 2A |
| Octal | 316 | 62 | 7 | 0 | 114 | 141 | 23 | 15 | 135 | 52 |
| Binary | 11001110 | 110010 | 111 | 0 | 1001100 | 1100001 | 10011 | 1101 | 1011101 | 101010 |
Color Harmonies of #CE3207
Complementary color
Monochromatic Colors of #CE3207
Black with #CE3207
Text Example
Text Example
White with #CE3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3207; }
p { color: rgb(206,50,7); }
H1.HeaderClassName
{
color: #CE3207;
}
.AnyTagClassName
{
color: #CE3207;
}
</style>
background-color css
<style>
a { background-color: #CE3207; }
a { background-color: rgb(206,50,7); }
div.DivClassName
{
background-color: #CE3207;
}
.BgClassName
{
background-color: #CE3207;
}
</style>
border-color css
<style>
span { border-color: #CE3207; }
span { border-color: rgb(206,50,7); }
td.TdClassName
{
border-color: #CE3207;
}
.TagClassName
{
border-color: #CE3207;
}
</style>