Html Css Color HEX #CF251E Harley Davidson Orange
📋 copy color: '#CF251E'red 207 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #CF251E
Tints of Harley Davidson Orange #CF251E
RGB
CMYK
RGB Variations
Color information
#CF251E (or 0xCF251E) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 1E. RGB value is (207,37,30). Sum of RGB (Red+Green+Blue) = 207+37+30=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF251E is #30DAE1. Grayscale: #575757. Windows color (decimal): -3201762 or 1975759. OLE color: 1975759.
HSL color Cylindrical-coordinate representation of color #CF251E: hue angle of 2.37º 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 #CF251E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 30 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.19 |
| HSL | 2.37º | 0.75% | 0.46% | - |
| HSV(B) | 2.37º | 0.86% | 0.81% | - |
| XYZ | 26.63 | 14.68 | 2.66 | - |
| YUV | 87.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 30 | 0 | 0.82 | 0.86 | 0.19 | 2.37 | 0.75 | 0.46 |
| Hex | CF | 25 | 1E | 0 | 52 | 56 | 13 | 2 | 4B | 2E |
| Octal | 317 | 45 | 36 | 0 | 122 | 126 | 23 | 2 | 113 | 56 |
| Binary | 11001111 | 100101 | 11110 | 0 | 1010010 | 1010110 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CF251E
Complementary color
Monochromatic Colors of #CF251E
Black with #CF251E
Text Example
Text Example
White with #CF251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF251E; }
p { color: rgb(207,37,30); }
H1.HeaderClassName
{
color: #CF251E;
}
.AnyTagClassName
{
color: #CF251E;
}
</style>
background-color css
<style>
a { background-color: #CF251E; }
a { background-color: rgb(207,37,30); }
div.DivClassName
{
background-color: #CF251E;
}
.BgClassName
{
background-color: #CF251E;
}
</style>
border-color css
<style>
span { border-color: #CF251E; }
span { border-color: rgb(207,37,30); }
td.TdClassName
{
border-color: #CF251E;
}
.TagClassName
{
border-color: #CF251E;
}
</style>