Html Css Color HEX #CE450A Harley Davidson Orange
📋 copy color: '#CE450A'red 206 ◦ green 69 ◦ blue 10
Shades of Harley Davidson Orange #CE450A
Tints of Harley Davidson Orange #CE450A
RGB
CMYK
RGB Variations
Color information
#CE450A (or 0xCE450A) is known color: Harley Davidson Orange. HEX triplet: CE, 45 and 0A. RGB value is (206,69,10). Sum of RGB (Red+Green+Blue) = 206+69+10=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE450A is #31BAF5. Grayscale: #676767. Windows color (decimal): -3259126 or 673230. OLE color: 673230.
HSL color Cylindrical-coordinate representation of color #CE450A: hue angle of 18.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE450A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.19 |
| HSL | 18.06º | 0.91% | 0.42% | - |
| HSV(B) | 18.06º | 0.95% | 0.81% | - |
| XYZ | 27.64 | 17.4 | 2.19 | - |
| YUV | 103.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 10 | 0 | 0.67 | 0.95 | 0.19 | 18.06 | 0.91 | 0.42 |
| Hex | CE | 45 | A | 0 | 43 | 5F | 13 | 12 | 5B | 2A |
| Octal | 316 | 105 | 12 | 0 | 103 | 137 | 23 | 22 | 133 | 52 |
| Binary | 11001110 | 1000101 | 1010 | 0 | 1000011 | 1011111 | 10011 | 10010 | 1011011 | 101010 |
Color Harmonies of #CE450A
Complementary color
Monochromatic Colors of #CE450A
Black with #CE450A
Text Example
Text Example
White with #CE450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE450A; }
p { color: rgb(206,69,10); }
H1.HeaderClassName
{
color: #CE450A;
}
.AnyTagClassName
{
color: #CE450A;
}
</style>
background-color css
<style>
a { background-color: #CE450A; }
a { background-color: rgb(206,69,10); }
div.DivClassName
{
background-color: #CE450A;
}
.BgClassName
{
background-color: #CE450A;
}
</style>
border-color css
<style>
span { border-color: #CE450A; }
span { border-color: rgb(206,69,10); }
td.TdClassName
{
border-color: #CE450A;
}
.TagClassName
{
border-color: #CE450A;
}
</style>