Html Css Color HEX #CE240C Harley Davidson Orange
📋 copy color: '#CE240C'red 206 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #CE240C
Tints of Harley Davidson Orange #CE240C
RGB
CMYK
RGB Variations
Color information
#CE240C (or 0xCE240C) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 0C. RGB value is (206,36,12). Sum of RGB (Red+Green+Blue) = 206+36+12=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE240C is #31DBF3. Grayscale: #545454. Windows color (decimal): -3267572 or 795854. OLE color: 795854.
HSL color Cylindrical-coordinate representation of color #CE240C: hue angle of 7.42º 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 #CE240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.19 |
| HSL | 7.42º | 0.89% | 0.43% | - |
| HSV(B) | 7.42º | 0.94% | 0.81% | - |
| XYZ | 26.15 | 14.41 | 1.75 | - |
| YUV | 84.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 12 | 0 | 0.83 | 0.94 | 0.19 | 7.42 | 0.89 | 0.43 |
| Hex | CE | 24 | C | 0 | 53 | 5E | 13 | 7 | 59 | 2B |
| Octal | 316 | 44 | 14 | 0 | 123 | 136 | 23 | 7 | 131 | 53 |
| Binary | 11001110 | 100100 | 1100 | 0 | 1010011 | 1011110 | 10011 | 111 | 1011001 | 101011 |
Color Harmonies of #CE240C
Complementary color
Monochromatic Colors of #CE240C
Black with #CE240C
Text Example
Text Example
White with #CE240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE240C; }
p { color: rgb(206,36,12); }
H1.HeaderClassName
{
color: #CE240C;
}
.AnyTagClassName
{
color: #CE240C;
}
</style>
background-color css
<style>
a { background-color: #CE240C; }
a { background-color: rgb(206,36,12); }
div.DivClassName
{
background-color: #CE240C;
}
.BgClassName
{
background-color: #CE240C;
}
</style>
border-color css
<style>
span { border-color: #CE240C; }
span { border-color: rgb(206,36,12); }
td.TdClassName
{
border-color: #CE240C;
}
.TagClassName
{
border-color: #CE240C;
}
</style>