Html Css Color HEX #CF3D1D Harley Davidson Orange
📋 copy color: '#CF3D1D'red 207 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #CF3D1D
Tints of Harley Davidson Orange #CF3D1D
RGB
CMYK
RGB Variations
Color information
#CF3D1D (or 0xCF3D1D) is known color: Harley Davidson Orange. HEX triplet: CF, 3D and 1D. RGB value is (207,61,29). Sum of RGB (Red+Green+Blue) = 207+61+29=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D1D is #30C2E2. Grayscale: #656565. Windows color (decimal): -3195619 or 1916367. OLE color: 1916367.
HSL color Cylindrical-coordinate representation of color #CF3D1D: hue angle of 10.79º 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 #CF3D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.19 |
| HSL | 10.79º | 0.75% | 0.46% | - |
| HSV(B) | 10.79º | 0.86% | 0.81% | - |
| XYZ | 27.62 | 16.69 | 2.93 | - |
| YUV | 101.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 29 | 0 | 0.71 | 0.86 | 0.19 | 10.79 | 0.75 | 0.46 |
| Hex | CF | 3D | 1D | 0 | 47 | 56 | 13 | B | 4B | 2E |
| Octal | 317 | 75 | 35 | 0 | 107 | 126 | 23 | 13 | 113 | 56 |
| Binary | 11001111 | 111101 | 11101 | 0 | 1000111 | 1010110 | 10011 | 1011 | 1001011 | 101110 |
Color Harmonies of #CF3D1D
Complementary color
Monochromatic Colors of #CF3D1D
Black with #CF3D1D
Text Example
Text Example
White with #CF3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D1D; }
p { color: rgb(207,61,29); }
H1.HeaderClassName
{
color: #CF3D1D;
}
.AnyTagClassName
{
color: #CF3D1D;
}
</style>
background-color css
<style>
a { background-color: #CF3D1D; }
a { background-color: rgb(207,61,29); }
div.DivClassName
{
background-color: #CF3D1D;
}
.BgClassName
{
background-color: #CF3D1D;
}
</style>
border-color css
<style>
span { border-color: #CF3D1D; }
span { border-color: rgb(207,61,29); }
td.TdClassName
{
border-color: #CF3D1D;
}
.TagClassName
{
border-color: #CF3D1D;
}
</style>