Html Css Color HEX #CE341F Harley Davidson Orange
📋 copy color: '#CE341F'red 206 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #CE341F
Tints of Harley Davidson Orange #CE341F
RGB
CMYK
RGB Variations
Color information
#CE341F (or 0xCE341F) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 1F. RGB value is (206,52,31). Sum of RGB (Red+Green+Blue) = 206+52+31=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE341F is #31CBE0. Grayscale: #5F5F5F. Windows color (decimal): -3263457 or 2045134. OLE color: 2045134.
HSL color Cylindrical-coordinate representation of color #CE341F: hue angle of 7.2º 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 #CE341F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.19 |
| HSL | 7.2º | 0.74% | 0.46% | - |
| HSV(B) | 7.2º | 0.85% | 0.81% | - |
| XYZ | 26.93 | 15.68 | 2.9 | - |
| YUV | 95.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 31 | 0 | 0.75 | 0.85 | 0.19 | 7.2 | 0.74 | 0.46 |
| Hex | CE | 34 | 1F | 0 | 4B | 55 | 13 | 7 | 4A | 2E |
| Octal | 316 | 64 | 37 | 0 | 113 | 125 | 23 | 7 | 112 | 56 |
| Binary | 11001110 | 110100 | 11111 | 0 | 1001011 | 1010101 | 10011 | 111 | 1001010 | 101110 |
Color Harmonies of #CE341F
Complementary color
Monochromatic Colors of #CE341F
Black with #CE341F
Text Example
Text Example
White with #CE341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE341F; }
p { color: rgb(206,52,31); }
H1.HeaderClassName
{
color: #CE341F;
}
.AnyTagClassName
{
color: #CE341F;
}
</style>
background-color css
<style>
a { background-color: #CE341F; }
a { background-color: rgb(206,52,31); }
div.DivClassName
{
background-color: #CE341F;
}
.BgClassName
{
background-color: #CE341F;
}
</style>
border-color css
<style>
span { border-color: #CE341F; }
span { border-color: rgb(206,52,31); }
td.TdClassName
{
border-color: #CE341F;
}
.TagClassName
{
border-color: #CE341F;
}
</style>