Html Css Color HEX #CF311D Harley Davidson Orange
📋 copy color: '#CF311D'red 207 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #CF311D
Tints of Harley Davidson Orange #CF311D
RGB
CMYK
RGB Variations
Color information
#CF311D (or 0xCF311D) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 1D. RGB value is (207,49,29). Sum of RGB (Red+Green+Blue) = 207+49+29=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF311D is #30CEE2. Grayscale: #5E5E5E. Windows color (decimal): -3198691 or 1913295. OLE color: 1913295.
HSL color Cylindrical-coordinate representation of color #CF311D: hue angle of 6.74º 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 #CF311D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 29 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.19 |
| HSL | 6.74º | 0.75% | 0.46% | - |
| HSV(B) | 6.74º | 0.86% | 0.81% | - |
| XYZ | 27.05 | 15.55 | 2.74 | - |
| YUV | 93.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 29 | 0 | 0.76 | 0.86 | 0.19 | 6.74 | 0.75 | 0.46 |
| Hex | CF | 31 | 1D | 0 | 4C | 56 | 13 | 7 | 4B | 2E |
| Octal | 317 | 61 | 35 | 0 | 114 | 126 | 23 | 7 | 113 | 56 |
| Binary | 11001111 | 110001 | 11101 | 0 | 1001100 | 1010110 | 10011 | 111 | 1001011 | 101110 |
Color Harmonies of #CF311D
Complementary color
Monochromatic Colors of #CF311D
Black with #CF311D
Text Example
Text Example
White with #CF311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF311D; }
p { color: rgb(207,49,29); }
H1.HeaderClassName
{
color: #CF311D;
}
.AnyTagClassName
{
color: #CF311D;
}
</style>
background-color css
<style>
a { background-color: #CF311D; }
a { background-color: rgb(207,49,29); }
div.DivClassName
{
background-color: #CF311D;
}
.BgClassName
{
background-color: #CF311D;
}
</style>
border-color css
<style>
span { border-color: #CF311D; }
span { border-color: rgb(207,49,29); }
td.TdClassName
{
border-color: #CF311D;
}
.TagClassName
{
border-color: #CF311D;
}
</style>