Html Css Color HEX #CF2619 Harley Davidson Orange
📋 copy color: '#CF2619'red 207 ◦ green 38 ◦ blue 25
Shades of Harley Davidson Orange #CF2619
Tints of Harley Davidson Orange #CF2619
RGB
CMYK
RGB Variations
Color information
#CF2619 (or 0xCF2619) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 19. RGB value is (207,38,25). Sum of RGB (Red+Green+Blue) = 207+38+25=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2619 is #30D9E6. Grayscale: #575757. Windows color (decimal): -3201511 or 1648335. OLE color: 1648335.
HSL color Cylindrical-coordinate representation of color #CF2619: hue angle of 4.29º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF2619 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.19 |
| HSL | 4.29º | 0.78% | 0.45% | - |
| HSV(B) | 4.29º | 0.88% | 0.81% | - |
| XYZ | 26.6 | 14.72 | 2.36 | - |
| YUV | 87.05 | 92.99 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 25 | 0 | 0.82 | 0.88 | 0.19 | 4.29 | 0.78 | 0.45 |
| Hex | CF | 26 | 19 | 0 | 52 | 58 | 13 | 4 | 4E | 2D |
| Octal | 317 | 46 | 31 | 0 | 122 | 130 | 23 | 4 | 116 | 55 |
| Binary | 11001111 | 100110 | 11001 | 0 | 1010010 | 1011000 | 10011 | 100 | 1001110 | 101101 |
Color Harmonies of #CF2619
Complementary color
Monochromatic Colors of #CF2619
Black with #CF2619
Text Example
Text Example
White with #CF2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2619; }
p { color: rgb(207,38,25); }
H1.HeaderClassName
{
color: #CF2619;
}
.AnyTagClassName
{
color: #CF2619;
}
</style>
background-color css
<style>
a { background-color: #CF2619; }
a { background-color: rgb(207,38,25); }
div.DivClassName
{
background-color: #CF2619;
}
.BgClassName
{
background-color: #CF2619;
}
</style>
border-color css
<style>
span { border-color: #CF2619; }
span { border-color: rgb(207,38,25); }
td.TdClassName
{
border-color: #CF2619;
}
.TagClassName
{
border-color: #CF2619;
}
</style>