Html Css Color HEX #CF2C15 Harley Davidson Orange
📋 copy color: '#CF2C15'red 207 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #CF2C15
Tints of Harley Davidson Orange #CF2C15
RGB
CMYK
RGB Variations
Color information
#CF2C15 (or 0xCF2C15) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 15. RGB value is (207,44,21). Sum of RGB (Red+Green+Blue) = 207+44+21=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2C15 is #30D3EA. Grayscale: #5A5A5A. Windows color (decimal): -3199979 or 1387727. OLE color: 1387727.
HSL color Cylindrical-coordinate representation of color #CF2C15: hue angle of 7.42º 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 #CF2C15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 21 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.19 |
| HSL | 7.42º | 0.82% | 0.45% | - |
| HSV(B) | 7.42º | 0.9% | 0.81% | - |
| XYZ | 26.77 | 15.12 | 2.22 | - |
| YUV | 90.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 21 | 0 | 0.79 | 0.90 | 0.19 | 7.42 | 0.82 | 0.45 |
| Hex | CF | 2C | 15 | 0 | 4F | 5A | 13 | 7 | 52 | 2D |
| Octal | 317 | 54 | 25 | 0 | 117 | 132 | 23 | 7 | 122 | 55 |
| Binary | 11001111 | 101100 | 10101 | 0 | 1001111 | 1011010 | 10011 | 111 | 1010010 | 101101 |
Color Harmonies of #CF2C15
Complementary color
Monochromatic Colors of #CF2C15
Black with #CF2C15
Text Example
Text Example
White with #CF2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C15; }
p { color: rgb(207,44,21); }
H1.HeaderClassName
{
color: #CF2C15;
}
.AnyTagClassName
{
color: #CF2C15;
}
</style>
background-color css
<style>
a { background-color: #CF2C15; }
a { background-color: rgb(207,44,21); }
div.DivClassName
{
background-color: #CF2C15;
}
.BgClassName
{
background-color: #CF2C15;
}
</style>
border-color css
<style>
span { border-color: #CF2C15; }
span { border-color: rgb(207,44,21); }
td.TdClassName
{
border-color: #CF2C15;
}
.TagClassName
{
border-color: #CF2C15;
}
</style>