Html Css Color HEX #CF3113 Harley Davidson Orange
📋 copy color: '#CF3113'red 207 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #CF3113
Tints of Harley Davidson Orange #CF3113
RGB
CMYK
RGB Variations
Color information
#CF3113 (or 0xCF3113) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 13. RGB value is (207,49,19). Sum of RGB (Red+Green+Blue) = 207+49+19=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3113 is #30CEEC. Grayscale: #5D5D5D. Windows color (decimal): -3198701 or 1257935. OLE color: 1257935.
HSL color Cylindrical-coordinate representation of color #CF3113: hue angle of 9.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF3113 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.19 |
| HSL | 9.57º | 0.83% | 0.44% | - |
| HSV(B) | 9.57º | 0.91% | 0.81% | - |
| XYZ | 26.95 | 15.51 | 2.19 | - |
| YUV | 92.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 19 | 0 | 0.76 | 0.91 | 0.19 | 9.57 | 0.83 | 0.44 |
| Hex | CF | 31 | 13 | 0 | 4C | 5B | 13 | A | 53 | 2C |
| Octal | 317 | 61 | 23 | 0 | 114 | 133 | 23 | 12 | 123 | 54 |
| Binary | 11001111 | 110001 | 10011 | 0 | 1001100 | 1011011 | 10011 | 1010 | 1010011 | 101100 |
Color Harmonies of #CF3113
Complementary color
Monochromatic Colors of #CF3113
Black with #CF3113
Text Example
Text Example
White with #CF3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3113; }
p { color: rgb(207,49,19); }
H1.HeaderClassName
{
color: #CF3113;
}
.AnyTagClassName
{
color: #CF3113;
}
</style>
background-color css
<style>
a { background-color: #CF3113; }
a { background-color: rgb(207,49,19); }
div.DivClassName
{
background-color: #CF3113;
}
.BgClassName
{
background-color: #CF3113;
}
</style>
border-color css
<style>
span { border-color: #CF3113; }
span { border-color: rgb(207,49,19); }
td.TdClassName
{
border-color: #CF3113;
}
.TagClassName
{
border-color: #CF3113;
}
</style>