Html Css Color HEX #CF250F Harley Davidson Orange
📋 copy color: '#CF250F'red 207 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #CF250F
Tints of Harley Davidson Orange #CF250F
RGB
CMYK
RGB Variations
Color information
#CF250F (or 0xCF250F) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 0F. RGB value is (207,37,15). Sum of RGB (Red+Green+Blue) = 207+37+15=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF250F is #30DAF0. Grayscale: #555555. Windows color (decimal): -3201777 or 992719. OLE color: 992719.
HSL color Cylindrical-coordinate representation of color #CF250F: hue angle of 6.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF250F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.19 |
| HSL | 6.88º | 0.86% | 0.44% | - |
| HSV(B) | 6.88º | 0.93% | 0.81% | - |
| XYZ | 26.48 | 14.62 | 1.88 | - |
| YUV | 85.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 15 | 0 | 0.82 | 0.93 | 0.19 | 6.88 | 0.86 | 0.44 |
| Hex | CF | 25 | F | 0 | 52 | 5D | 13 | 7 | 56 | 2C |
| Octal | 317 | 45 | 17 | 0 | 122 | 135 | 23 | 7 | 126 | 54 |
| Binary | 11001111 | 100101 | 1111 | 0 | 1010010 | 1011101 | 10011 | 111 | 1010110 | 101100 |
Color Harmonies of #CF250F
Complementary color
Monochromatic Colors of #CF250F
Black with #CF250F
Text Example
Text Example
White with #CF250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF250F; }
p { color: rgb(207,37,15); }
H1.HeaderClassName
{
color: #CF250F;
}
.AnyTagClassName
{
color: #CF250F;
}
</style>
background-color css
<style>
a { background-color: #CF250F; }
a { background-color: rgb(207,37,15); }
div.DivClassName
{
background-color: #CF250F;
}
.BgClassName
{
background-color: #CF250F;
}
</style>
border-color css
<style>
span { border-color: #CF250F; }
span { border-color: rgb(207,37,15); }
td.TdClassName
{
border-color: #CF250F;
}
.TagClassName
{
border-color: #CF250F;
}
</style>