Html Css Color HEX #CE250C Harley Davidson Orange
📋 copy color: '#CE250C'red 206 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #CE250C
Tints of Harley Davidson Orange #CE250C
RGB
CMYK
RGB Variations
Color information
#CE250C (or 0xCE250C) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 0C. RGB value is (206,37,12). Sum of RGB (Red+Green+Blue) = 206+37+12=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE250C is #31DAF3. Grayscale: #545454. Windows color (decimal): -3267316 or 796110. OLE color: 796110.
HSL color Cylindrical-coordinate representation of color #CE250C: hue angle of 7.73º 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 #CE250C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.19 |
| HSL | 7.73º | 0.89% | 0.43% | - |
| HSV(B) | 7.73º | 0.94% | 0.81% | - |
| XYZ | 26.18 | 14.47 | 1.76 | - |
| YUV | 84.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 12 | 0 | 0.82 | 0.94 | 0.19 | 7.73 | 0.89 | 0.43 |
| Hex | CE | 25 | C | 0 | 52 | 5E | 13 | 8 | 59 | 2B |
| Octal | 316 | 45 | 14 | 0 | 122 | 136 | 23 | 10 | 131 | 53 |
| Binary | 11001110 | 100101 | 1100 | 0 | 1010010 | 1011110 | 10011 | 1000 | 1011001 | 101011 |
Color Harmonies of #CE250C
Complementary color
Monochromatic Colors of #CE250C
Black with #CE250C
Text Example
Text Example
White with #CE250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE250C; }
p { color: rgb(206,37,12); }
H1.HeaderClassName
{
color: #CE250C;
}
.AnyTagClassName
{
color: #CE250C;
}
</style>
background-color css
<style>
a { background-color: #CE250C; }
a { background-color: rgb(206,37,12); }
div.DivClassName
{
background-color: #CE250C;
}
.BgClassName
{
background-color: #CE250C;
}
</style>
border-color css
<style>
span { border-color: #CE250C; }
span { border-color: rgb(206,37,12); }
td.TdClassName
{
border-color: #CE250C;
}
.TagClassName
{
border-color: #CE250C;
}
</style>