Html Css Color HEX #CF3813 Harley Davidson Orange
📋 copy color: '#CF3813'red 207 ◦ green 56 ◦ blue 19
Shades of Harley Davidson Orange #CF3813
Tints of Harley Davidson Orange #CF3813
RGB
CMYK
RGB Variations
Color information
#CF3813 (or 0xCF3813) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 13. RGB value is (207,56,19). Sum of RGB (Red+Green+Blue) = 207+56+19=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3813 is #30C7EC. Grayscale: #616161. Windows color (decimal): -3196909 or 1259727. OLE color: 1259727.
HSL color Cylindrical-coordinate representation of color #CF3813: hue angle of 11.81º 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 #CF3813 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.19 |
| HSL | 11.81º | 0.83% | 0.44% | - |
| HSV(B) | 11.81º | 0.91% | 0.81% | - |
| XYZ | 27.26 | 16.14 | 2.29 | - |
| YUV | 96.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 19 | 0 | 0.73 | 0.91 | 0.19 | 11.81 | 0.83 | 0.44 |
| Hex | CF | 38 | 13 | 0 | 49 | 5B | 13 | C | 53 | 2C |
| Octal | 317 | 70 | 23 | 0 | 111 | 133 | 23 | 14 | 123 | 54 |
| Binary | 11001111 | 111000 | 10011 | 0 | 1001001 | 1011011 | 10011 | 1100 | 1010011 | 101100 |
Color Harmonies of #CF3813
Complementary color
Monochromatic Colors of #CF3813
Black with #CF3813
Text Example
Text Example
White with #CF3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3813; }
p { color: rgb(207,56,19); }
H1.HeaderClassName
{
color: #CF3813;
}
.AnyTagClassName
{
color: #CF3813;
}
</style>
background-color css
<style>
a { background-color: #CF3813; }
a { background-color: rgb(207,56,19); }
div.DivClassName
{
background-color: #CF3813;
}
.BgClassName
{
background-color: #CF3813;
}
</style>
border-color css
<style>
span { border-color: #CF3813; }
span { border-color: rgb(207,56,19); }
td.TdClassName
{
border-color: #CF3813;
}
.TagClassName
{
border-color: #CF3813;
}
</style>