Html Css Color HEX #CF2502 Harley Davidson Orange
📋 copy color: '#CF2502'red 207 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #CF2502
Tints of Harley Davidson Orange #CF2502
RGB
CMYK
RGB Variations
Color information
#CF2502 (or 0xCF2502) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 02. RGB value is (207,37,2). Sum of RGB (Red+Green+Blue) = 207+37+2=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2502 is #30DAFD. Grayscale: #545454. Windows color (decimal): -3201790 or 140751. OLE color: 140751.
HSL color Cylindrical-coordinate representation of color #CF2502: hue angle of 10.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF2502 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.19 |
| HSL | 10.24º | 0.98% | 0.41% | - |
| HSV(B) | 10.24º | 0.99% | 0.81% | - |
| XYZ | 26.4 | 14.59 | 1.48 | - |
| YUV | 83.84 | 81.82 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 2 | 0 | 0.82 | 0.99 | 0.19 | 10.24 | 0.98 | 0.41 |
| Hex | CF | 25 | 2 | 0 | 52 | 63 | 13 | A | 62 | 29 |
| Octal | 317 | 45 | 2 | 0 | 122 | 143 | 23 | 12 | 142 | 51 |
| Binary | 11001111 | 100101 | 10 | 0 | 1010010 | 1100011 | 10011 | 1010 | 1100010 | 101001 |
Color Harmonies of #CF2502
Complementary color
Monochromatic Colors of #CF2502
Black with #CF2502
Text Example
Text Example
White with #CF2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2502; }
p { color: rgb(207,37,2); }
H1.HeaderClassName
{
color: #CF2502;
}
.AnyTagClassName
{
color: #CF2502;
}
</style>
background-color css
<style>
a { background-color: #CF2502; }
a { background-color: rgb(207,37,2); }
div.DivClassName
{
background-color: #CF2502;
}
.BgClassName
{
background-color: #CF2502;
}
</style>
border-color css
<style>
span { border-color: #CF2502; }
span { border-color: rgb(207,37,2); }
td.TdClassName
{
border-color: #CF2502;
}
.TagClassName
{
border-color: #CF2502;
}
</style>