Html Css Color HEX #CF2415 Harley Davidson Orange
📋 copy color: '#CF2415'red 207 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #CF2415
Tints of Harley Davidson Orange #CF2415
RGB
CMYK
RGB Variations
Color information
#CF2415 (or 0xCF2415) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 15. RGB value is (207,36,21). Sum of RGB (Red+Green+Blue) = 207+36+21=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2415 is #30DBEA. Grayscale: #555555. Windows color (decimal): -3202027 or 1385679. OLE color: 1385679.
HSL color Cylindrical-coordinate representation of color #CF2415: hue angle of 4.84º 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 #CF2415 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.19 |
| HSL | 4.84º | 0.82% | 0.45% | - |
| HSV(B) | 4.84º | 0.9% | 0.81% | - |
| XYZ | 26.5 | 14.58 | 2.13 | - |
| YUV | 85.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 21 | 0 | 0.83 | 0.90 | 0.19 | 4.84 | 0.82 | 0.45 |
| Hex | CF | 24 | 15 | 0 | 53 | 5A | 13 | 5 | 52 | 2D |
| Octal | 317 | 44 | 25 | 0 | 123 | 132 | 23 | 5 | 122 | 55 |
| Binary | 11001111 | 100100 | 10101 | 0 | 1010011 | 1011010 | 10011 | 101 | 1010010 | 101101 |
Color Harmonies of #CF2415
Complementary color
Monochromatic Colors of #CF2415
Black with #CF2415
Text Example
Text Example
White with #CF2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2415; }
p { color: rgb(207,36,21); }
H1.HeaderClassName
{
color: #CF2415;
}
.AnyTagClassName
{
color: #CF2415;
}
</style>
background-color css
<style>
a { background-color: #CF2415; }
a { background-color: rgb(207,36,21); }
div.DivClassName
{
background-color: #CF2415;
}
.BgClassName
{
background-color: #CF2415;
}
</style>
border-color css
<style>
span { border-color: #CF2415; }
span { border-color: rgb(207,36,21); }
td.TdClassName
{
border-color: #CF2415;
}
.TagClassName
{
border-color: #CF2415;
}
</style>