Html Css Color HEX #CE261F Harley Davidson Orange
📋 copy color: '#CE261F'red 206 ◦ green 38 ◦ blue 31
Shades of Harley Davidson Orange #CE261F
Tints of Harley Davidson Orange #CE261F
RGB
CMYK
RGB Variations
Color information
#CE261F (or 0xCE261F) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 1F. RGB value is (206,38,31). Sum of RGB (Red+Green+Blue) = 206+38+31=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE261F is #31D9E0. Grayscale: #575757. Windows color (decimal): -3267041 or 2041550. OLE color: 2041550.
HSL color Cylindrical-coordinate representation of color #CE261F: hue angle of 2.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE261F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.19 |
| HSL | 2.4º | 0.74% | 0.46% | - |
| HSV(B) | 2.4º | 0.85% | 0.81% | - |
| XYZ | 26.39 | 14.61 | 2.72 | - |
| YUV | 87.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 31 | 0 | 0.82 | 0.85 | 0.19 | 2.4 | 0.74 | 0.46 |
| Hex | CE | 26 | 1F | 0 | 52 | 55 | 13 | 2 | 4A | 2E |
| Octal | 316 | 46 | 37 | 0 | 122 | 125 | 23 | 2 | 112 | 56 |
| Binary | 11001110 | 100110 | 11111 | 0 | 1010010 | 1010101 | 10011 | 10 | 1001010 | 101110 |
Color Harmonies of #CE261F
Complementary color
Monochromatic Colors of #CE261F
Black with #CE261F
Text Example
Text Example
White with #CE261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE261F; }
p { color: rgb(206,38,31); }
H1.HeaderClassName
{
color: #CE261F;
}
.AnyTagClassName
{
color: #CE261F;
}
</style>
background-color css
<style>
a { background-color: #CE261F; }
a { background-color: rgb(206,38,31); }
div.DivClassName
{
background-color: #CE261F;
}
.BgClassName
{
background-color: #CE261F;
}
</style>
border-color css
<style>
span { border-color: #CE261F; }
span { border-color: rgb(206,38,31); }
td.TdClassName
{
border-color: #CE261F;
}
.TagClassName
{
border-color: #CE261F;
}
</style>