Html Css Color HEX #CF251D Harley Davidson Orange
📋 copy color: '#CF251D'red 207 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #CF251D
Tints of Harley Davidson Orange #CF251D
RGB
CMYK
RGB Variations
Color information
#CF251D (or 0xCF251D) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 1D. RGB value is (207,37,29). Sum of RGB (Red+Green+Blue) = 207+37+29=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF251D is #30DAE2. Grayscale: #575757. Windows color (decimal): -3201763 or 1910223. OLE color: 1910223.
HSL color Cylindrical-coordinate representation of color #CF251D: hue angle of 2.7º degrees, saturation: 0.75, 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 #CF251D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.19 |
| HSL | 2.7º | 0.75% | 0.46% | - |
| HSV(B) | 2.7º | 0.86% | 0.81% | - |
| XYZ | 26.62 | 14.68 | 2.59 | - |
| YUV | 86.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 29 | 0 | 0.82 | 0.86 | 0.19 | 2.7 | 0.75 | 0.46 |
| Hex | CF | 25 | 1D | 0 | 52 | 56 | 13 | 3 | 4B | 2E |
| Octal | 317 | 45 | 35 | 0 | 122 | 126 | 23 | 3 | 113 | 56 |
| Binary | 11001111 | 100101 | 11101 | 0 | 1010010 | 1010110 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CF251D
Complementary color
Monochromatic Colors of #CF251D
Black with #CF251D
Text Example
Text Example
White with #CF251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF251D; }
p { color: rgb(207,37,29); }
H1.HeaderClassName
{
color: #CF251D;
}
.AnyTagClassName
{
color: #CF251D;
}
</style>
background-color css
<style>
a { background-color: #CF251D; }
a { background-color: rgb(207,37,29); }
div.DivClassName
{
background-color: #CF251D;
}
.BgClassName
{
background-color: #CF251D;
}
</style>
border-color css
<style>
span { border-color: #CF251D; }
span { border-color: rgb(207,37,29); }
td.TdClassName
{
border-color: #CF251D;
}
.TagClassName
{
border-color: #CF251D;
}
</style>