Html Css Color HEX #CF251C Harley Davidson Orange
📋 copy color: '#CF251C'red 207 ◦ green 37 ◦ blue 28
Shades of Harley Davidson Orange #CF251C
Tints of Harley Davidson Orange #CF251C
RGB
CMYK
RGB Variations
Color information
#CF251C (or 0xCF251C) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 1C. RGB value is (207,37,28). Sum of RGB (Red+Green+Blue) = 207+37+28=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF251C is #30DAE3. Grayscale: #575757. Windows color (decimal): -3201764 or 1844687. OLE color: 1844687.
HSL color Cylindrical-coordinate representation of color #CF251C: hue angle of 3.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF251C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.19 |
| HSL | 3.02º | 0.76% | 0.46% | - |
| HSV(B) | 3.02º | 0.86% | 0.81% | - |
| XYZ | 26.6 | 14.67 | 2.53 | - |
| YUV | 86.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 28 | 0 | 0.82 | 0.86 | 0.19 | 3.02 | 0.76 | 0.46 |
| Hex | CF | 25 | 1C | 0 | 52 | 56 | 13 | 3 | 4C | 2E |
| Octal | 317 | 45 | 34 | 0 | 122 | 126 | 23 | 3 | 114 | 56 |
| Binary | 11001111 | 100101 | 11100 | 0 | 1010010 | 1010110 | 10011 | 11 | 1001100 | 101110 |
Color Harmonies of #CF251C
Complementary color
Monochromatic Colors of #CF251C
Black with #CF251C
Text Example
Text Example
White with #CF251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF251C; }
p { color: rgb(207,37,28); }
H1.HeaderClassName
{
color: #CF251C;
}
.AnyTagClassName
{
color: #CF251C;
}
</style>
background-color css
<style>
a { background-color: #CF251C; }
a { background-color: rgb(207,37,28); }
div.DivClassName
{
background-color: #CF251C;
}
.BgClassName
{
background-color: #CF251C;
}
</style>
border-color css
<style>
span { border-color: #CF251C; }
span { border-color: rgb(207,37,28); }
td.TdClassName
{
border-color: #CF251C;
}
.TagClassName
{
border-color: #CF251C;
}
</style>