Html Css Color HEX #CF3C1D Harley Davidson Orange
📋 copy color: '#CF3C1D'red 207 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #CF3C1D
Tints of Harley Davidson Orange #CF3C1D
RGB
CMYK
RGB Variations
Color information
#CF3C1D (or 0xCF3C1D) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 1D. RGB value is (207,60,29). Sum of RGB (Red+Green+Blue) = 207+60+29=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C1D is #30C3E2. Grayscale: #646464. Windows color (decimal): -3195875 or 1916111. OLE color: 1916111.
HSL color Cylindrical-coordinate representation of color #CF3C1D: hue angle of 10.45º 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 #CF3C1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.19 |
| HSL | 10.45º | 0.75% | 0.46% | - |
| HSV(B) | 10.45º | 0.86% | 0.81% | - |
| XYZ | 27.57 | 16.59 | 2.91 | - |
| YUV | 100.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 29 | 0 | 0.71 | 0.86 | 0.19 | 10.45 | 0.75 | 0.46 |
| Hex | CF | 3C | 1D | 0 | 47 | 56 | 13 | A | 4B | 2E |
| Octal | 317 | 74 | 35 | 0 | 107 | 126 | 23 | 12 | 113 | 56 |
| Binary | 11001111 | 111100 | 11101 | 0 | 1000111 | 1010110 | 10011 | 1010 | 1001011 | 101110 |
Color Harmonies of #CF3C1D
Complementary color
Monochromatic Colors of #CF3C1D
Black with #CF3C1D
Text Example
Text Example
White with #CF3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C1D; }
p { color: rgb(207,60,29); }
H1.HeaderClassName
{
color: #CF3C1D;
}
.AnyTagClassName
{
color: #CF3C1D;
}
</style>
background-color css
<style>
a { background-color: #CF3C1D; }
a { background-color: rgb(207,60,29); }
div.DivClassName
{
background-color: #CF3C1D;
}
.BgClassName
{
background-color: #CF3C1D;
}
</style>
border-color css
<style>
span { border-color: #CF3C1D; }
span { border-color: rgb(207,60,29); }
td.TdClassName
{
border-color: #CF3C1D;
}
.TagClassName
{
border-color: #CF3C1D;
}
</style>