Html Css Color HEX #CF251A Harley Davidson Orange
📋 copy color: '#CF251A'red 207 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #CF251A
Tints of Harley Davidson Orange #CF251A
RGB
CMYK
RGB Variations
Color information
#CF251A (or 0xCF251A) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 1A. RGB value is (207,37,26). Sum of RGB (Red+Green+Blue) = 207+37+26=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF251A is #30DAE5. Grayscale: #565656. Windows color (decimal): -3201766 or 1713615. OLE color: 1713615.
HSL color Cylindrical-coordinate representation of color #CF251A: hue angle of 3.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF251A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.19 |
| HSL | 3.65º | 0.78% | 0.46% | - |
| HSV(B) | 3.65º | 0.87% | 0.81% | - |
| XYZ | 26.58 | 14.66 | 2.41 | - |
| YUV | 86.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 26 | 0 | 0.82 | 0.87 | 0.19 | 3.65 | 0.78 | 0.46 |
| Hex | CF | 25 | 1A | 0 | 52 | 57 | 13 | 4 | 4E | 2E |
| Octal | 317 | 45 | 32 | 0 | 122 | 127 | 23 | 4 | 116 | 56 |
| Binary | 11001111 | 100101 | 11010 | 0 | 1010010 | 1010111 | 10011 | 100 | 1001110 | 101110 |
Color Harmonies of #CF251A
Complementary color
Monochromatic Colors of #CF251A
Black with #CF251A
Text Example
Text Example
White with #CF251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF251A; }
p { color: rgb(207,37,26); }
H1.HeaderClassName
{
color: #CF251A;
}
.AnyTagClassName
{
color: #CF251A;
}
</style>
background-color css
<style>
a { background-color: #CF251A; }
a { background-color: rgb(207,37,26); }
div.DivClassName
{
background-color: #CF251A;
}
.BgClassName
{
background-color: #CF251A;
}
</style>
border-color css
<style>
span { border-color: #CF251A; }
span { border-color: rgb(207,37,26); }
td.TdClassName
{
border-color: #CF251A;
}
.TagClassName
{
border-color: #CF251A;
}
</style>