Html Css Color HEX #CE250A Harley Davidson Orange
📋 copy color: '#CE250A'red 206 ◦ green 37 ◦ blue 10
Shades of Harley Davidson Orange #CE250A
Tints of Harley Davidson Orange #CE250A
RGB
CMYK
RGB Variations
Color information
#CE250A (or 0xCE250A) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 0A. RGB value is (206,37,10). Sum of RGB (Red+Green+Blue) = 206+37+10=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE250A is #31DAF5. Grayscale: #545454. Windows color (decimal): -3267318 or 665038. OLE color: 665038.
HSL color Cylindrical-coordinate representation of color #CE250A: hue angle of 8.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE250A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.19 |
| HSL | 8.27º | 0.91% | 0.42% | - |
| HSV(B) | 8.27º | 0.95% | 0.81% | - |
| XYZ | 26.17 | 14.47 | 1.7 | - |
| YUV | 84.45 | 85.99 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 10 | 0 | 0.82 | 0.95 | 0.19 | 8.27 | 0.91 | 0.42 |
| Hex | CE | 25 | A | 0 | 52 | 5F | 13 | 8 | 5B | 2A |
| Octal | 316 | 45 | 12 | 0 | 122 | 137 | 23 | 10 | 133 | 52 |
| Binary | 11001110 | 100101 | 1010 | 0 | 1010010 | 1011111 | 10011 | 1000 | 1011011 | 101010 |
Color Harmonies of #CE250A
Complementary color
Monochromatic Colors of #CE250A
Black with #CE250A
Text Example
Text Example
White with #CE250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE250A; }
p { color: rgb(206,37,10); }
H1.HeaderClassName
{
color: #CE250A;
}
.AnyTagClassName
{
color: #CE250A;
}
</style>
background-color css
<style>
a { background-color: #CE250A; }
a { background-color: rgb(206,37,10); }
div.DivClassName
{
background-color: #CE250A;
}
.BgClassName
{
background-color: #CE250A;
}
</style>
border-color css
<style>
span { border-color: #CE250A; }
span { border-color: rgb(206,37,10); }
td.TdClassName
{
border-color: #CE250A;
}
.TagClassName
{
border-color: #CE250A;
}
</style>