Html Css Color HEX #CF3215 Harley Davidson Orange
📋 copy color: '#CF3215'red 207 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #CF3215
Tints of Harley Davidson Orange #CF3215
RGB
CMYK
RGB Variations
Color information
#CF3215 (or 0xCF3215) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 15. RGB value is (207,50,21). Sum of RGB (Red+Green+Blue) = 207+50+21=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3215 is #30CDEA. Grayscale: #5D5D5D. Windows color (decimal): -3198443 or 1389263. OLE color: 1389263.
HSL color Cylindrical-coordinate representation of color #CF3215: hue angle of 9.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3215 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.19 |
| HSL | 9.35º | 0.82% | 0.45% | - |
| HSV(B) | 9.35º | 0.9% | 0.81% | - |
| XYZ | 27.01 | 15.6 | 2.3 | - |
| YUV | 93.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 21 | 0 | 0.76 | 0.90 | 0.19 | 9.35 | 0.82 | 0.45 |
| Hex | CF | 32 | 15 | 0 | 4C | 5A | 13 | 9 | 52 | 2D |
| Octal | 317 | 62 | 25 | 0 | 114 | 132 | 23 | 11 | 122 | 55 |
| Binary | 11001111 | 110010 | 10101 | 0 | 1001100 | 1011010 | 10011 | 1001 | 1010010 | 101101 |
Color Harmonies of #CF3215
Complementary color
Monochromatic Colors of #CF3215
Black with #CF3215
Text Example
Text Example
White with #CF3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3215; }
p { color: rgb(207,50,21); }
H1.HeaderClassName
{
color: #CF3215;
}
.AnyTagClassName
{
color: #CF3215;
}
</style>
background-color css
<style>
a { background-color: #CF3215; }
a { background-color: rgb(207,50,21); }
div.DivClassName
{
background-color: #CF3215;
}
.BgClassName
{
background-color: #CF3215;
}
</style>
border-color css
<style>
span { border-color: #CF3215; }
span { border-color: rgb(207,50,21); }
td.TdClassName
{
border-color: #CF3215;
}
.TagClassName
{
border-color: #CF3215;
}
</style>