Html Css Color HEX #CF3D1C Harley Davidson Orange
📋 copy color: '#CF3D1C'red 207 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #CF3D1C
Tints of Harley Davidson Orange #CF3D1C
RGB
CMYK
RGB Variations
Color information
#CF3D1C (or 0xCF3D1C) is known color: Harley Davidson Orange. HEX triplet: CF, 3D and 1C. RGB value is (207,61,28). Sum of RGB (Red+Green+Blue) = 207+61+28=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D1C is #30C2E3. Grayscale: #656565. Windows color (decimal): -3195620 or 1850831. OLE color: 1850831.
HSL color Cylindrical-coordinate representation of color #CF3D1C: hue angle of 11.06º degrees, saturation: 0.76, 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 #CF3D1C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 28 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.19 |
| HSL | 11.06º | 0.76% | 0.46% | - |
| HSV(B) | 11.06º | 0.86% | 0.81% | - |
| XYZ | 27.61 | 16.69 | 2.86 | - |
| YUV | 100.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 28 | 0 | 0.71 | 0.86 | 0.19 | 11.06 | 0.76 | 0.46 |
| Hex | CF | 3D | 1C | 0 | 47 | 56 | 13 | B | 4C | 2E |
| Octal | 317 | 75 | 34 | 0 | 107 | 126 | 23 | 13 | 114 | 56 |
| Binary | 11001111 | 111101 | 11100 | 0 | 1000111 | 1010110 | 10011 | 1011 | 1001100 | 101110 |
Color Harmonies of #CF3D1C
Complementary color
Monochromatic Colors of #CF3D1C
Black with #CF3D1C
Text Example
Text Example
White with #CF3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D1C; }
p { color: rgb(207,61,28); }
H1.HeaderClassName
{
color: #CF3D1C;
}
.AnyTagClassName
{
color: #CF3D1C;
}
</style>
background-color css
<style>
a { background-color: #CF3D1C; }
a { background-color: rgb(207,61,28); }
div.DivClassName
{
background-color: #CF3D1C;
}
.BgClassName
{
background-color: #CF3D1C;
}
</style>
border-color css
<style>
span { border-color: #CF3D1C; }
span { border-color: rgb(207,61,28); }
td.TdClassName
{
border-color: #CF3D1C;
}
.TagClassName
{
border-color: #CF3D1C;
}
</style>