Html Css Color HEX #CF391D Harley Davidson Orange
📋 copy color: '#CF391D'red 207 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #CF391D
Tints of Harley Davidson Orange #CF391D
RGB
CMYK
RGB Variations
Color information
#CF391D (or 0xCF391D) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 1D. RGB value is (207,57,29). Sum of RGB (Red+Green+Blue) = 207+57+29=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF391D is #30C6E2. Grayscale: #626262. Windows color (decimal): -3196643 or 1915343. OLE color: 1915343.
HSL color Cylindrical-coordinate representation of color #CF391D: hue angle of 9.44º 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 #CF391D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 29 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.19 |
| HSL | 9.44º | 0.75% | 0.46% | - |
| HSV(B) | 9.44º | 0.86% | 0.81% | - |
| XYZ | 27.42 | 16.28 | 2.86 | - |
| YUV | 98.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 29 | 0 | 0.72 | 0.86 | 0.19 | 9.44 | 0.75 | 0.46 |
| Hex | CF | 39 | 1D | 0 | 48 | 56 | 13 | 9 | 4B | 2E |
| Octal | 317 | 71 | 35 | 0 | 110 | 126 | 23 | 11 | 113 | 56 |
| Binary | 11001111 | 111001 | 11101 | 0 | 1001000 | 1010110 | 10011 | 1001 | 1001011 | 101110 |
Color Harmonies of #CF391D
Complementary color
Monochromatic Colors of #CF391D
Black with #CF391D
Text Example
Text Example
White with #CF391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF391D; }
p { color: rgb(207,57,29); }
H1.HeaderClassName
{
color: #CF391D;
}
.AnyTagClassName
{
color: #CF391D;
}
</style>
background-color css
<style>
a { background-color: #CF391D; }
a { background-color: rgb(207,57,29); }
div.DivClassName
{
background-color: #CF391D;
}
.BgClassName
{
background-color: #CF391D;
}
</style>
border-color css
<style>
span { border-color: #CF391D; }
span { border-color: rgb(207,57,29); }
td.TdClassName
{
border-color: #CF391D;
}
.TagClassName
{
border-color: #CF391D;
}
</style>