Html Css Color HEX #CF261F Harley Davidson Orange
📋 copy color: '#CF261F'red 207 ◦ green 38 ◦ blue 31
Shades of Harley Davidson Orange #CF261F
Tints of Harley Davidson Orange #CF261F
RGB
CMYK
RGB Variations
Color information
#CF261F (or 0xCF261F) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 1F. RGB value is (207,38,31). Sum of RGB (Red+Green+Blue) = 207+38+31=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF261F is #30D9E0. Grayscale: #575757. Windows color (decimal): -3201505 or 2041551. OLE color: 2041551.
HSL color Cylindrical-coordinate representation of color #CF261F: hue angle of 2.39º 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 #CF261F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.19 |
| HSL | 2.39º | 0.74% | 0.47% | - |
| HSV(B) | 2.39º | 0.85% | 0.81% | - |
| XYZ | 26.67 | 14.75 | 2.74 | - |
| YUV | 87.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 31 | 0 | 0.82 | 0.85 | 0.19 | 2.39 | 0.74 | 0.47 |
| Hex | CF | 26 | 1F | 0 | 52 | 55 | 13 | 2 | 4A | 2F |
| Octal | 317 | 46 | 37 | 0 | 122 | 125 | 23 | 2 | 112 | 57 |
| Binary | 11001111 | 100110 | 11111 | 0 | 1010010 | 1010101 | 10011 | 10 | 1001010 | 101111 |
Color Harmonies of #CF261F
Complementary color
Monochromatic Colors of #CF261F
Black with #CF261F
Text Example
Text Example
White with #CF261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF261F; }
p { color: rgb(207,38,31); }
H1.HeaderClassName
{
color: #CF261F;
}
.AnyTagClassName
{
color: #CF261F;
}
</style>
background-color css
<style>
a { background-color: #CF261F; }
a { background-color: rgb(207,38,31); }
div.DivClassName
{
background-color: #CF261F;
}
.BgClassName
{
background-color: #CF261F;
}
</style>
border-color css
<style>
span { border-color: #CF261F; }
span { border-color: rgb(207,38,31); }
td.TdClassName
{
border-color: #CF261F;
}
.TagClassName
{
border-color: #CF261F;
}
</style>