Html Css Color HEX #CF391C Harley Davidson Orange
📋 copy color: '#CF391C'red 207 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #CF391C
Tints of Harley Davidson Orange #CF391C
RGB
CMYK
RGB Variations
Color information
#CF391C (or 0xCF391C) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 1C. RGB value is (207,57,28). Sum of RGB (Red+Green+Blue) = 207+57+28=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF391C is #30C6E3. Grayscale: #626262. Windows color (decimal): -3196644 or 1849807. OLE color: 1849807.
HSL color Cylindrical-coordinate representation of color #CF391C: hue angle of 9.72º degrees, saturation: 0.76, 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 #CF391C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.19 |
| HSL | 9.72º | 0.76% | 0.46% | - |
| HSV(B) | 9.72º | 0.86% | 0.81% | - |
| XYZ | 27.4 | 16.28 | 2.8 | - |
| YUV | 98.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 28 | 0 | 0.72 | 0.86 | 0.19 | 9.72 | 0.76 | 0.46 |
| Hex | CF | 39 | 1C | 0 | 48 | 56 | 13 | A | 4C | 2E |
| Octal | 317 | 71 | 34 | 0 | 110 | 126 | 23 | 12 | 114 | 56 |
| Binary | 11001111 | 111001 | 11100 | 0 | 1001000 | 1010110 | 10011 | 1010 | 1001100 | 101110 |
Color Harmonies of #CF391C
Complementary color
Monochromatic Colors of #CF391C
Black with #CF391C
Text Example
Text Example
White with #CF391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF391C; }
p { color: rgb(207,57,28); }
H1.HeaderClassName
{
color: #CF391C;
}
.AnyTagClassName
{
color: #CF391C;
}
</style>
background-color css
<style>
a { background-color: #CF391C; }
a { background-color: rgb(207,57,28); }
div.DivClassName
{
background-color: #CF391C;
}
.BgClassName
{
background-color: #CF391C;
}
</style>
border-color css
<style>
span { border-color: #CF391C; }
span { border-color: rgb(207,57,28); }
td.TdClassName
{
border-color: #CF391C;
}
.TagClassName
{
border-color: #CF391C;
}
</style>