Html Css Color HEX #CF331E Harley Davidson Orange
📋 copy color: '#CF331E'red 207 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #CF331E
Tints of Harley Davidson Orange #CF331E
RGB
CMYK
RGB Variations
Color information
#CF331E (or 0xCF331E) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 1E. RGB value is (207,51,30). Sum of RGB (Red+Green+Blue) = 207+51+30=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF331E is #30CCE1. Grayscale: #5F5F5F. Windows color (decimal): -3198178 or 1979343. OLE color: 1979343.
HSL color Cylindrical-coordinate representation of color #CF331E: hue angle of 7.12º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF331E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.19 |
| HSL | 7.12º | 0.75% | 0.46% | - |
| HSV(B) | 7.12º | 0.86% | 0.81% | - |
| XYZ | 27.15 | 15.73 | 2.83 | - |
| YUV | 95.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 30 | 0 | 0.75 | 0.86 | 0.19 | 7.12 | 0.75 | 0.46 |
| Hex | CF | 33 | 1E | 0 | 4B | 56 | 13 | 7 | 4B | 2E |
| Octal | 317 | 63 | 36 | 0 | 113 | 126 | 23 | 7 | 113 | 56 |
| Binary | 11001111 | 110011 | 11110 | 0 | 1001011 | 1010110 | 10011 | 111 | 1001011 | 101110 |
Color Harmonies of #CF331E
Complementary color
Monochromatic Colors of #CF331E
Black with #CF331E
Text Example
Text Example
White with #CF331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF331E; }
p { color: rgb(207,51,30); }
H1.HeaderClassName
{
color: #CF331E;
}
.AnyTagClassName
{
color: #CF331E;
}
</style>
background-color css
<style>
a { background-color: #CF331E; }
a { background-color: rgb(207,51,30); }
div.DivClassName
{
background-color: #CF331E;
}
.BgClassName
{
background-color: #CF331E;
}
</style>
border-color css
<style>
span { border-color: #CF331E; }
span { border-color: rgb(207,51,30); }
td.TdClassName
{
border-color: #CF331E;
}
.TagClassName
{
border-color: #CF331E;
}
</style>