Html Css Color HEX #CF2503 Harley Davidson Orange
📋 copy color: '#CF2503'red 207 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #CF2503
Tints of Harley Davidson Orange #CF2503
RGB
CMYK
RGB Variations
Color information
#CF2503 (or 0xCF2503) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 03. RGB value is (207,37,3). Sum of RGB (Red+Green+Blue) = 207+37+3=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2503 is #30DAFC. Grayscale: #545454. Windows color (decimal): -3201789 or 206287. OLE color: 206287.
HSL color Cylindrical-coordinate representation of color #CF2503: hue angle of 10º degrees, saturation: 0.97, 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 #CF2503 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.19 |
| HSL | 10º | 0.97% | 0.41% | - |
| HSV(B) | 10º | 0.99% | 0.81% | - |
| XYZ | 26.41 | 14.6 | 1.51 | - |
| YUV | 83.95 | 82.32 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 3 | 0 | 0.82 | 0.99 | 0.19 | 10 | 0.97 | 0.41 |
| Hex | CF | 25 | 3 | 0 | 52 | 63 | 13 | A | 61 | 29 |
| Octal | 317 | 45 | 3 | 0 | 122 | 143 | 23 | 12 | 141 | 51 |
| Binary | 11001111 | 100101 | 11 | 0 | 1010010 | 1100011 | 10011 | 1010 | 1100001 | 101001 |
Color Harmonies of #CF2503
Complementary color
Monochromatic Colors of #CF2503
Black with #CF2503
Text Example
Text Example
White with #CF2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2503; }
p { color: rgb(207,37,3); }
H1.HeaderClassName
{
color: #CF2503;
}
.AnyTagClassName
{
color: #CF2503;
}
</style>
background-color css
<style>
a { background-color: #CF2503; }
a { background-color: rgb(207,37,3); }
div.DivClassName
{
background-color: #CF2503;
}
.BgClassName
{
background-color: #CF2503;
}
</style>
border-color css
<style>
span { border-color: #CF2503; }
span { border-color: rgb(207,37,3); }
td.TdClassName
{
border-color: #CF2503;
}
.TagClassName
{
border-color: #CF2503;
}
</style>