Html Css Color HEX #CE431F Harley Davidson Orange
📋 copy color: '#CE431F'red 206 ◦ green 67 ◦ blue 31
Shades of Harley Davidson Orange #CE431F
Tints of Harley Davidson Orange #CE431F
RGB
CMYK
RGB Variations
Color information
#CE431F (or 0xCE431F) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 1F. RGB value is (206,67,31). Sum of RGB (Red+Green+Blue) = 206+67+31=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE431F is #31BCE0. Grayscale: #686868. Windows color (decimal): -3259617 or 2048974. OLE color: 2048974.
HSL color Cylindrical-coordinate representation of color #CE431F: hue angle of 12.34º 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 #CE431F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.19 |
| HSL | 12.34º | 0.74% | 0.46% | - |
| HSV(B) | 12.34º | 0.85% | 0.81% | - |
| XYZ | 27.71 | 17.24 | 3.16 | - |
| YUV | 104.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 31 | 0 | 0.67 | 0.85 | 0.19 | 12.34 | 0.74 | 0.46 |
| Hex | CE | 43 | 1F | 0 | 43 | 55 | 13 | C | 4A | 2E |
| Octal | 316 | 103 | 37 | 0 | 103 | 125 | 23 | 14 | 112 | 56 |
| Binary | 11001110 | 1000011 | 11111 | 0 | 1000011 | 1010101 | 10011 | 1100 | 1001010 | 101110 |
Color Harmonies of #CE431F
Complementary color
Monochromatic Colors of #CE431F
Black with #CE431F
Text Example
Text Example
White with #CE431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE431F; }
p { color: rgb(206,67,31); }
H1.HeaderClassName
{
color: #CE431F;
}
.AnyTagClassName
{
color: #CE431F;
}
</style>
background-color css
<style>
a { background-color: #CE431F; }
a { background-color: rgb(206,67,31); }
div.DivClassName
{
background-color: #CE431F;
}
.BgClassName
{
background-color: #CE431F;
}
</style>
border-color css
<style>
span { border-color: #CE431F; }
span { border-color: rgb(206,67,31); }
td.TdClassName
{
border-color: #CE431F;
}
.TagClassName
{
border-color: #CE431F;
}
</style>