Html Css Color HEX #CF2D15 Harley Davidson Orange
📋 copy color: '#CF2D15'red 207 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #CF2D15
Tints of Harley Davidson Orange #CF2D15
RGB
CMYK
RGB Variations
Color information
#CF2D15 (or 0xCF2D15) is known color: Harley Davidson Orange. HEX triplet: CF, 2D and 15. RGB value is (207,45,21). Sum of RGB (Red+Green+Blue) = 207+45+21=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2D15 is #30D2EA. Grayscale: #5A5A5A. Windows color (decimal): -3199723 or 1387983. OLE color: 1387983.
HSL color Cylindrical-coordinate representation of color #CF2D15: hue angle of 7.74º 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 #CF2D15 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.19 |
| HSL | 7.74º | 0.82% | 0.45% | - |
| HSV(B) | 7.74º | 0.9% | 0.81% | - |
| XYZ | 26.81 | 15.2 | 2.23 | - |
| YUV | 90.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 21 | 0 | 0.78 | 0.90 | 0.19 | 7.74 | 0.82 | 0.45 |
| Hex | CF | 2D | 15 | 0 | 4E | 5A | 13 | 8 | 52 | 2D |
| Octal | 317 | 55 | 25 | 0 | 116 | 132 | 23 | 10 | 122 | 55 |
| Binary | 11001111 | 101101 | 10101 | 0 | 1001110 | 1011010 | 10011 | 1000 | 1010010 | 101101 |
Color Harmonies of #CF2D15
Complementary color
Monochromatic Colors of #CF2D15
Black with #CF2D15
Text Example
Text Example
White with #CF2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D15; }
p { color: rgb(207,45,21); }
H1.HeaderClassName
{
color: #CF2D15;
}
.AnyTagClassName
{
color: #CF2D15;
}
</style>
background-color css
<style>
a { background-color: #CF2D15; }
a { background-color: rgb(207,45,21); }
div.DivClassName
{
background-color: #CF2D15;
}
.BgClassName
{
background-color: #CF2D15;
}
</style>
border-color css
<style>
span { border-color: #CF2D15; }
span { border-color: rgb(207,45,21); }
td.TdClassName
{
border-color: #CF2D15;
}
.TagClassName
{
border-color: #CF2D15;
}
</style>