Html Css Color HEX #CF1D13 Harley Davidson Orange
📋 copy color: '#CF1D13'red 207 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #CF1D13
Tints of Harley Davidson Orange #CF1D13
RGB
CMYK
RGB Variations
Color information
#CF1D13 (or 0xCF1D13) is known color: Harley Davidson Orange. HEX triplet: CF, 1D and 13. RGB value is (207,29,19). Sum of RGB (Red+Green+Blue) = 207+29+19=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1D13 is #30E2EC. Grayscale: #515151. Windows color (decimal): -3203821 or 1252815. OLE color: 1252815.
HSL color Cylindrical-coordinate representation of color #CF1D13: hue angle of 3.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1D13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.19 |
| HSL | 3.19º | 0.83% | 0.44% | - |
| HSV(B) | 3.19º | 0.91% | 0.81% | - |
| XYZ | 26.29 | 14.19 | 1.97 | - |
| YUV | 81.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 19 | 0 | 0.86 | 0.91 | 0.19 | 3.19 | 0.83 | 0.44 |
| Hex | CF | 1D | 13 | 0 | 56 | 5B | 13 | 3 | 53 | 2C |
| Octal | 317 | 35 | 23 | 0 | 126 | 133 | 23 | 3 | 123 | 54 |
| Binary | 11001111 | 11101 | 10011 | 0 | 1010110 | 1011011 | 10011 | 11 | 1010011 | 101100 |
Color Harmonies of #CF1D13
Complementary color
Monochromatic Colors of #CF1D13
Black with #CF1D13
Text Example
Text Example
White with #CF1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D13; }
p { color: rgb(207,29,19); }
H1.HeaderClassName
{
color: #CF1D13;
}
.AnyTagClassName
{
color: #CF1D13;
}
</style>
background-color css
<style>
a { background-color: #CF1D13; }
a { background-color: rgb(207,29,19); }
div.DivClassName
{
background-color: #CF1D13;
}
.BgClassName
{
background-color: #CF1D13;
}
</style>
border-color css
<style>
span { border-color: #CF1D13; }
span { border-color: rgb(207,29,19); }
td.TdClassName
{
border-color: #CF1D13;
}
.TagClassName
{
border-color: #CF1D13;
}
</style>