Html Css Color HEX #CF251F Harley Davidson Orange
📋 copy color: '#CF251F'red 207 ◦ green 37 ◦ blue 31
Shades of Harley Davidson Orange #CF251F
Tints of Harley Davidson Orange #CF251F
RGB
CMYK
RGB Variations
Color information
#CF251F (or 0xCF251F) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 1F. RGB value is (207,37,31). Sum of RGB (Red+Green+Blue) = 207+37+31=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF251F is #30DAE0. Grayscale: #575757. Windows color (decimal): -3201761 or 2041295. OLE color: 2041295.
HSL color Cylindrical-coordinate representation of color #CF251F: hue angle of 2.05º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF251F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.19 |
| HSL | 2.05º | 0.74% | 0.47% | - |
| HSV(B) | 2.05º | 0.85% | 0.81% | - |
| XYZ | 26.64 | 14.69 | 2.73 | - |
| YUV | 87.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 31 | 0 | 0.82 | 0.85 | 0.19 | 2.05 | 0.74 | 0.47 |
| Hex | CF | 25 | 1F | 0 | 52 | 55 | 13 | 2 | 4A | 2F |
| Octal | 317 | 45 | 37 | 0 | 122 | 125 | 23 | 2 | 112 | 57 |
| Binary | 11001111 | 100101 | 11111 | 0 | 1010010 | 1010101 | 10011 | 10 | 1001010 | 101111 |
Color Harmonies of #CF251F
Complementary color
Monochromatic Colors of #CF251F
Black with #CF251F
Text Example
Text Example
White with #CF251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF251F; }
p { color: rgb(207,37,31); }
H1.HeaderClassName
{
color: #CF251F;
}
.AnyTagClassName
{
color: #CF251F;
}
</style>
background-color css
<style>
a { background-color: #CF251F; }
a { background-color: rgb(207,37,31); }
div.DivClassName
{
background-color: #CF251F;
}
.BgClassName
{
background-color: #CF251F;
}
</style>
border-color css
<style>
span { border-color: #CF251F; }
span { border-color: rgb(207,37,31); }
td.TdClassName
{
border-color: #CF251F;
}
.TagClassName
{
border-color: #CF251F;
}
</style>