Html Css Color HEX #CF3121 Harley Davidson Orange
📋 copy color: '#CF3121'red 207 ◦ green 49 ◦ blue 33
Shades of Harley Davidson Orange #CF3121
Tints of Harley Davidson Orange #CF3121
RGB
CMYK
RGB Variations
Color information
#CF3121 (or 0xCF3121) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 21. RGB value is (207,49,33). Sum of RGB (Red+Green+Blue) = 207+49+33=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3121 is #30CEDE. Grayscale: #5E5E5E. Windows color (decimal): -3198687 or 2175439. OLE color: 2175439.
HSL color Cylindrical-coordinate representation of color #CF3121: hue angle of 5.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF3121 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 33 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.19 |
| HSL | 5.52º | 0.73% | 0.47% | - |
| HSV(B) | 5.52º | 0.84% | 0.81% | - |
| XYZ | 27.1 | 15.57 | 3.02 | - |
| YUV | 94.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 33 | 0 | 0.76 | 0.84 | 0.19 | 5.52 | 0.73 | 0.47 |
| Hex | CF | 31 | 21 | 0 | 4C | 54 | 13 | 6 | 48 | 2F |
| Octal | 317 | 61 | 41 | 0 | 114 | 124 | 23 | 6 | 110 | 57 |
| Binary | 11001111 | 110001 | 100001 | 0 | 1001100 | 1010100 | 10011 | 110 | 1001000 | 101111 |
Color Harmonies of #CF3121
Complementary color
Monochromatic Colors of #CF3121
Black with #CF3121
Text Example
Text Example
White with #CF3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3121; }
p { color: rgb(207,49,33); }
H1.HeaderClassName
{
color: #CF3121;
}
.AnyTagClassName
{
color: #CF3121;
}
</style>
background-color css
<style>
a { background-color: #CF3121; }
a { background-color: rgb(207,49,33); }
div.DivClassName
{
background-color: #CF3121;
}
.BgClassName
{
background-color: #CF3121;
}
</style>
border-color css
<style>
span { border-color: #CF3121; }
span { border-color: rgb(207,49,33); }
td.TdClassName
{
border-color: #CF3121;
}
.TagClassName
{
border-color: #CF3121;
}
</style>