Html Css Color HEX #CF321F Harley Davidson Orange
📋 copy color: '#CF321F'red 207 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #CF321F
Tints of Harley Davidson Orange #CF321F
RGB
CMYK
RGB Variations
Color information
#CF321F (or 0xCF321F) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 1F. RGB value is (207,50,31). Sum of RGB (Red+Green+Blue) = 207+50+31=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF321F is #30CDE0. Grayscale: #5F5F5F. Windows color (decimal): -3198433 or 2044623. OLE color: 2044623.
HSL color Cylindrical-coordinate representation of color #CF321F: hue angle of 6.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF321F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.19 |
| HSL | 6.48º | 0.74% | 0.47% | - |
| HSV(B) | 6.48º | 0.85% | 0.81% | - |
| XYZ | 27.12 | 15.65 | 2.89 | - |
| YUV | 94.78 | 92.01 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 31 | 0 | 0.76 | 0.85 | 0.19 | 6.48 | 0.74 | 0.47 |
| Hex | CF | 32 | 1F | 0 | 4C | 55 | 13 | 6 | 4A | 2F |
| Octal | 317 | 62 | 37 | 0 | 114 | 125 | 23 | 6 | 112 | 57 |
| Binary | 11001111 | 110010 | 11111 | 0 | 1001100 | 1010101 | 10011 | 110 | 1001010 | 101111 |
Color Harmonies of #CF321F
Complementary color
Monochromatic Colors of #CF321F
Black with #CF321F
Text Example
Text Example
White with #CF321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF321F; }
p { color: rgb(207,50,31); }
H1.HeaderClassName
{
color: #CF321F;
}
.AnyTagClassName
{
color: #CF321F;
}
</style>
background-color css
<style>
a { background-color: #CF321F; }
a { background-color: rgb(207,50,31); }
div.DivClassName
{
background-color: #CF321F;
}
.BgClassName
{
background-color: #CF321F;
}
</style>
border-color css
<style>
span { border-color: #CF321F; }
span { border-color: rgb(207,50,31); }
td.TdClassName
{
border-color: #CF321F;
}
.TagClassName
{
border-color: #CF321F;
}
</style>