Html Css Color HEX #CF321B Harley Davidson Orange
📋 copy color: '#CF321B'red 207 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #CF321B
Tints of Harley Davidson Orange #CF321B
RGB
CMYK
RGB Variations
Color information
#CF321B (or 0xCF321B) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 1B. RGB value is (207,50,27). Sum of RGB (Red+Green+Blue) = 207+50+27=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF321B is #30CDE4. Grayscale: #5E5E5E. Windows color (decimal): -3198437 or 1782479. OLE color: 1782479.
HSL color Cylindrical-coordinate representation of color #CF321B: hue angle of 7.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF321B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.19 |
| HSL | 7.67º | 0.77% | 0.46% | - |
| HSV(B) | 7.67º | 0.87% | 0.81% | - |
| XYZ | 27.07 | 15.63 | 2.63 | - |
| YUV | 94.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 27 | 0 | 0.76 | 0.87 | 0.19 | 7.67 | 0.77 | 0.46 |
| Hex | CF | 32 | 1B | 0 | 4C | 57 | 13 | 8 | 4D | 2E |
| Octal | 317 | 62 | 33 | 0 | 114 | 127 | 23 | 10 | 115 | 56 |
| Binary | 11001111 | 110010 | 11011 | 0 | 1001100 | 1010111 | 10011 | 1000 | 1001101 | 101110 |
Color Harmonies of #CF321B
Complementary color
Monochromatic Colors of #CF321B
Black with #CF321B
Text Example
Text Example
White with #CF321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF321B; }
p { color: rgb(207,50,27); }
H1.HeaderClassName
{
color: #CF321B;
}
.AnyTagClassName
{
color: #CF321B;
}
</style>
background-color css
<style>
a { background-color: #CF321B; }
a { background-color: rgb(207,50,27); }
div.DivClassName
{
background-color: #CF321B;
}
.BgClassName
{
background-color: #CF321B;
}
</style>
border-color css
<style>
span { border-color: #CF321B; }
span { border-color: rgb(207,50,27); }
td.TdClassName
{
border-color: #CF321B;
}
.TagClassName
{
border-color: #CF321B;
}
</style>