Html Css Color HEX #CE431B Harley Davidson Orange
📋 copy color: '#CE431B'red 206 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #CE431B
Tints of Harley Davidson Orange #CE431B
RGB
CMYK
RGB Variations
Color information
#CE431B (or 0xCE431B) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 1B. RGB value is (206,67,27). Sum of RGB (Red+Green+Blue) = 206+67+27=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE431B is #31BCE4. Grayscale: #686868. Windows color (decimal): -3259621 or 1786830. OLE color: 1786830.
HSL color Cylindrical-coordinate representation of color #CE431B: hue angle of 13.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE431B is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 27 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.19 |
| HSL | 13.41º | 0.77% | 0.46% | - |
| HSV(B) | 13.41º | 0.87% | 0.81% | - |
| XYZ | 27.66 | 17.22 | 2.9 | - |
| YUV | 104 | 84.55 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 27 | 0 | 0.67 | 0.87 | 0.19 | 13.41 | 0.77 | 0.46 |
| Hex | CE | 43 | 1B | 0 | 43 | 57 | 13 | D | 4D | 2E |
| Octal | 316 | 103 | 33 | 0 | 103 | 127 | 23 | 15 | 115 | 56 |
| Binary | 11001110 | 1000011 | 11011 | 0 | 1000011 | 1010111 | 10011 | 1101 | 1001101 | 101110 |
Color Harmonies of #CE431B
Complementary color
Monochromatic Colors of #CE431B
Black with #CE431B
Text Example
Text Example
White with #CE431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE431B; }
p { color: rgb(206,67,27); }
H1.HeaderClassName
{
color: #CE431B;
}
.AnyTagClassName
{
color: #CE431B;
}
</style>
background-color css
<style>
a { background-color: #CE431B; }
a { background-color: rgb(206,67,27); }
div.DivClassName
{
background-color: #CE431B;
}
.BgClassName
{
background-color: #CE431B;
}
</style>
border-color css
<style>
span { border-color: #CE431B; }
span { border-color: rgb(206,67,27); }
td.TdClassName
{
border-color: #CE431B;
}
.TagClassName
{
border-color: #CE431B;
}
</style>