Html Css Color HEX #CE240B Harley Davidson Orange
📋 copy color: '#CE240B'red 206 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #CE240B
Tints of Harley Davidson Orange #CE240B
RGB
CMYK
RGB Variations
Color information
#CE240B (or 0xCE240B) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 0B. RGB value is (206,36,11). Sum of RGB (Red+Green+Blue) = 206+36+11=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE240B is #31DBF4. Grayscale: #545454. Windows color (decimal): -3267573 or 730318. OLE color: 730318.
HSL color Cylindrical-coordinate representation of color #CE240B: hue angle of 7.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE240B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.19 |
| HSL | 7.69º | 0.9% | 0.43% | - |
| HSV(B) | 7.69º | 0.95% | 0.81% | - |
| XYZ | 26.14 | 14.41 | 1.72 | - |
| YUV | 83.98 | 86.82 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 11 | 0 | 0.83 | 0.95 | 0.19 | 7.69 | 0.9 | 0.43 |
| Hex | CE | 24 | B | 0 | 53 | 5F | 13 | 8 | 5A | 2B |
| Octal | 316 | 44 | 13 | 0 | 123 | 137 | 23 | 10 | 132 | 53 |
| Binary | 11001110 | 100100 | 1011 | 0 | 1010011 | 1011111 | 10011 | 1000 | 1011010 | 101011 |
Color Harmonies of #CE240B
Complementary color
Monochromatic Colors of #CE240B
Black with #CE240B
Text Example
Text Example
White with #CE240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE240B; }
p { color: rgb(206,36,11); }
H1.HeaderClassName
{
color: #CE240B;
}
.AnyTagClassName
{
color: #CE240B;
}
</style>
background-color css
<style>
a { background-color: #CE240B; }
a { background-color: rgb(206,36,11); }
div.DivClassName
{
background-color: #CE240B;
}
.BgClassName
{
background-color: #CE240B;
}
</style>
border-color css
<style>
span { border-color: #CE240B; }
span { border-color: rgb(206,36,11); }
td.TdClassName
{
border-color: #CE240B;
}
.TagClassName
{
border-color: #CE240B;
}
</style>