Html Css Color HEX #CF2C1D Harley Davidson Orange
📋 copy color: '#CF2C1D'red 207 ◦ green 44 ◦ blue 29
Shades of Harley Davidson Orange #CF2C1D
Tints of Harley Davidson Orange #CF2C1D
RGB
CMYK
RGB Variations
Color information
#CF2C1D (or 0xCF2C1D) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 1D. RGB value is (207,44,29). Sum of RGB (Red+Green+Blue) = 207+44+29=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C1D is #30D3E2. Grayscale: #5B5B5B. Windows color (decimal): -3199971 or 1912015. OLE color: 1912015.
HSL color Cylindrical-coordinate representation of color #CF2C1D: hue angle of 5.06º 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 #CF2C1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 29 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.19 |
| HSL | 5.06º | 0.75% | 0.46% | - |
| HSV(B) | 5.06º | 0.86% | 0.81% | - |
| XYZ | 26.85 | 15.16 | 2.67 | - |
| YUV | 91.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 29 | 0 | 0.79 | 0.86 | 0.19 | 5.06 | 0.75 | 0.46 |
| Hex | CF | 2C | 1D | 0 | 4F | 56 | 13 | 5 | 4B | 2E |
| Octal | 317 | 54 | 35 | 0 | 117 | 126 | 23 | 5 | 113 | 56 |
| Binary | 11001111 | 101100 | 11101 | 0 | 1001111 | 1010110 | 10011 | 101 | 1001011 | 101110 |
Color Harmonies of #CF2C1D
Complementary color
Monochromatic Colors of #CF2C1D
Black with #CF2C1D
Text Example
Text Example
White with #CF2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C1D; }
p { color: rgb(207,44,29); }
H1.HeaderClassName
{
color: #CF2C1D;
}
.AnyTagClassName
{
color: #CF2C1D;
}
</style>
background-color css
<style>
a { background-color: #CF2C1D; }
a { background-color: rgb(207,44,29); }
div.DivClassName
{
background-color: #CF2C1D;
}
.BgClassName
{
background-color: #CF2C1D;
}
</style>
border-color css
<style>
span { border-color: #CF2C1D; }
span { border-color: rgb(207,44,29); }
td.TdClassName
{
border-color: #CF2C1D;
}
.TagClassName
{
border-color: #CF2C1D;
}
</style>