Html Css Color HEX #CE4313 Harley Davidson Orange
📋 copy color: '#CE4313'red 206 ◦ green 67 ◦ blue 19
Shades of Harley Davidson Orange #CE4313
Tints of Harley Davidson Orange #CE4313
RGB
CMYK
RGB Variations
Color information
#CE4313 (or 0xCE4313) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 13. RGB value is (206,67,19). Sum of RGB (Red+Green+Blue) = 206+67+19=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4313 is #31BCEC. Grayscale: #676767. Windows color (decimal): -3259629 or 1262542. OLE color: 1262542.
HSL color Cylindrical-coordinate representation of color #CE4313: hue angle of 15.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4313 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.19 |
| HSL | 15.4º | 0.83% | 0.44% | - |
| HSV(B) | 15.4º | 0.91% | 0.81% | - |
| XYZ | 27.58 | 17.18 | 2.48 | - |
| YUV | 103.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 19 | 0 | 0.67 | 0.91 | 0.19 | 15.4 | 0.83 | 0.44 |
| Hex | CE | 43 | 13 | 0 | 43 | 5B | 13 | F | 53 | 2C |
| Octal | 316 | 103 | 23 | 0 | 103 | 133 | 23 | 17 | 123 | 54 |
| Binary | 11001110 | 1000011 | 10011 | 0 | 1000011 | 1011011 | 10011 | 1111 | 1010011 | 101100 |
Color Harmonies of #CE4313
Complementary color
Monochromatic Colors of #CE4313
Black with #CE4313
Text Example
Text Example
White with #CE4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4313; }
p { color: rgb(206,67,19); }
H1.HeaderClassName
{
color: #CE4313;
}
.AnyTagClassName
{
color: #CE4313;
}
</style>
background-color css
<style>
a { background-color: #CE4313; }
a { background-color: rgb(206,67,19); }
div.DivClassName
{
background-color: #CE4313;
}
.BgClassName
{
background-color: #CE4313;
}
</style>
border-color css
<style>
span { border-color: #CE4313; }
span { border-color: rgb(206,67,19); }
td.TdClassName
{
border-color: #CE4313;
}
.TagClassName
{
border-color: #CE4313;
}
</style>