Html Css Color HEX #CE4320 Harley Davidson Orange
📋 copy color: '#CE4320'red 206 ◦ green 67 ◦ blue 32
Shades of Harley Davidson Orange #CE4320
Tints of Harley Davidson Orange #CE4320
RGB
CMYK
RGB Variations
Color information
#CE4320 (or 0xCE4320) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 20. RGB value is (206,67,32). Sum of RGB (Red+Green+Blue) = 206+67+32=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4320 is #31BCDF. Grayscale: #686868. Windows color (decimal): -3259616 or 2114510. OLE color: 2114510.
HSL color Cylindrical-coordinate representation of color #CE4320: hue angle of 12.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4320 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 32 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.19 |
| HSL | 12.07º | 0.73% | 0.47% | - |
| HSV(B) | 12.07º | 0.84% | 0.81% | - |
| XYZ | 27.72 | 17.24 | 3.23 | - |
| YUV | 104.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 32 | 0 | 0.67 | 0.84 | 0.19 | 12.07 | 0.73 | 0.47 |
| Hex | CE | 43 | 20 | 0 | 43 | 54 | 13 | C | 49 | 2F |
| Octal | 316 | 103 | 40 | 0 | 103 | 124 | 23 | 14 | 111 | 57 |
| Binary | 11001110 | 1000011 | 100000 | 0 | 1000011 | 1010100 | 10011 | 1100 | 1001001 | 101111 |
Color Harmonies of #CE4320
Complementary color
Monochromatic Colors of #CE4320
Black with #CE4320
Text Example
Text Example
White with #CE4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4320; }
p { color: rgb(206,67,32); }
H1.HeaderClassName
{
color: #CE4320;
}
.AnyTagClassName
{
color: #CE4320;
}
</style>
background-color css
<style>
a { background-color: #CE4320; }
a { background-color: rgb(206,67,32); }
div.DivClassName
{
background-color: #CE4320;
}
.BgClassName
{
background-color: #CE4320;
}
</style>
border-color css
<style>
span { border-color: #CE4320; }
span { border-color: rgb(206,67,32); }
td.TdClassName
{
border-color: #CE4320;
}
.TagClassName
{
border-color: #CE4320;
}
</style>