Html Css Color HEX #CF321C Harley Davidson Orange
📋 copy color: '#CF321C'red 207 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #CF321C
Tints of Harley Davidson Orange #CF321C
RGB
CMYK
RGB Variations
Color information
#CF321C (or 0xCF321C) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 1C. RGB value is (207,50,28). Sum of RGB (Red+Green+Blue) = 207+50+28=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF321C is #30CDE3. Grayscale: #5E5E5E. Windows color (decimal): -3198436 or 1848015. OLE color: 1848015.
HSL color Cylindrical-coordinate representation of color #CF321C: hue angle of 7.37º 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 #CF321C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 28 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.19 |
| HSL | 7.37º | 0.76% | 0.46% | - |
| HSV(B) | 7.37º | 0.86% | 0.81% | - |
| XYZ | 27.08 | 15.63 | 2.69 | - |
| YUV | 94.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 28 | 0 | 0.76 | 0.86 | 0.19 | 7.37 | 0.76 | 0.46 |
| Hex | CF | 32 | 1C | 0 | 4C | 56 | 13 | 7 | 4C | 2E |
| Octal | 317 | 62 | 34 | 0 | 114 | 126 | 23 | 7 | 114 | 56 |
| Binary | 11001111 | 110010 | 11100 | 0 | 1001100 | 1010110 | 10011 | 111 | 1001100 | 101110 |
Color Harmonies of #CF321C
Complementary color
Monochromatic Colors of #CF321C
Black with #CF321C
Text Example
Text Example
White with #CF321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF321C; }
p { color: rgb(207,50,28); }
H1.HeaderClassName
{
color: #CF321C;
}
.AnyTagClassName
{
color: #CF321C;
}
</style>
background-color css
<style>
a { background-color: #CF321C; }
a { background-color: rgb(207,50,28); }
div.DivClassName
{
background-color: #CF321C;
}
.BgClassName
{
background-color: #CF321C;
}
</style>
border-color css
<style>
span { border-color: #CF321C; }
span { border-color: rgb(207,50,28); }
td.TdClassName
{
border-color: #CF321C;
}
.TagClassName
{
border-color: #CF321C;
}
</style>