Html Css Color HEX #CE430F Harley Davidson Orange
📋 copy color: '#CE430F'red 206 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #CE430F
Tints of Harley Davidson Orange #CE430F
RGB
CMYK
RGB Variations
Color information
#CE430F (or 0xCE430F) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 0F. RGB value is (206,67,15). Sum of RGB (Red+Green+Blue) = 206+67+15=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE430F is #31BCF0. Grayscale: #666666. Windows color (decimal): -3259633 or 1000398. OLE color: 1000398.
HSL color Cylindrical-coordinate representation of color #CE430F: hue angle of 16.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE430F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 15 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.19 |
| HSL | 16.34º | 0.86% | 0.43% | - |
| HSV(B) | 16.34º | 0.93% | 0.81% | - |
| XYZ | 27.55 | 17.17 | 2.31 | - |
| YUV | 102.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 15 | 0 | 0.67 | 0.93 | 0.19 | 16.34 | 0.86 | 0.43 |
| Hex | CE | 43 | F | 0 | 43 | 5D | 13 | 10 | 56 | 2B |
| Octal | 316 | 103 | 17 | 0 | 103 | 135 | 23 | 20 | 126 | 53 |
| Binary | 11001110 | 1000011 | 1111 | 0 | 1000011 | 1011101 | 10011 | 10000 | 1010110 | 101011 |
Color Harmonies of #CE430F
Complementary color
Monochromatic Colors of #CE430F
Black with #CE430F
Text Example
Text Example
White with #CE430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE430F; }
p { color: rgb(206,67,15); }
H1.HeaderClassName
{
color: #CE430F;
}
.AnyTagClassName
{
color: #CE430F;
}
</style>
background-color css
<style>
a { background-color: #CE430F; }
a { background-color: rgb(206,67,15); }
div.DivClassName
{
background-color: #CE430F;
}
.BgClassName
{
background-color: #CE430F;
}
</style>
border-color css
<style>
span { border-color: #CE430F; }
span { border-color: rgb(206,67,15); }
td.TdClassName
{
border-color: #CE430F;
}
.TagClassName
{
border-color: #CE430F;
}
</style>