Html Css Color HEX #CE260B Harley Davidson Orange
📋 copy color: '#CE260B'red 206 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #CE260B
Tints of Harley Davidson Orange #CE260B
RGB
CMYK
RGB Variations
Color information
#CE260B (or 0xCE260B) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 0B. RGB value is (206,38,11). Sum of RGB (Red+Green+Blue) = 206+38+11=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE260B is #31D9F4. Grayscale: #555555. Windows color (decimal): -3267061 or 730830. OLE color: 730830.
HSL color Cylindrical-coordinate representation of color #CE260B: hue angle of 8.31º 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 #CE260B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.19 |
| HSL | 8.31º | 0.9% | 0.43% | - |
| HSV(B) | 8.31º | 0.95% | 0.81% | - |
| XYZ | 26.21 | 14.53 | 1.74 | - |
| YUV | 85.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 11 | 0 | 0.82 | 0.95 | 0.19 | 8.31 | 0.9 | 0.43 |
| Hex | CE | 26 | B | 0 | 52 | 5F | 13 | 8 | 5A | 2B |
| Octal | 316 | 46 | 13 | 0 | 122 | 137 | 23 | 10 | 132 | 53 |
| Binary | 11001110 | 100110 | 1011 | 0 | 1010010 | 1011111 | 10011 | 1000 | 1011010 | 101011 |
Color Harmonies of #CE260B
Complementary color
Monochromatic Colors of #CE260B
Black with #CE260B
Text Example
Text Example
White with #CE260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE260B; }
p { color: rgb(206,38,11); }
H1.HeaderClassName
{
color: #CE260B;
}
.AnyTagClassName
{
color: #CE260B;
}
</style>
background-color css
<style>
a { background-color: #CE260B; }
a { background-color: rgb(206,38,11); }
div.DivClassName
{
background-color: #CE260B;
}
.BgClassName
{
background-color: #CE260B;
}
</style>
border-color css
<style>
span { border-color: #CE260B; }
span { border-color: rgb(206,38,11); }
td.TdClassName
{
border-color: #CE260B;
}
.TagClassName
{
border-color: #CE260B;
}
</style>