Html Css Color HEX #CF3013 Harley Davidson Orange
📋 copy color: '#CF3013'red 207 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #CF3013
Tints of Harley Davidson Orange #CF3013
RGB
CMYK
RGB Variations
Color information
#CF3013 (or 0xCF3013) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 13. RGB value is (207,48,19). Sum of RGB (Red+Green+Blue) = 207+48+19=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3013 is #30CFEC. Grayscale: #5C5C5C. Windows color (decimal): -3198957 or 1257679. OLE color: 1257679.
HSL color Cylindrical-coordinate representation of color #CF3013: hue angle of 9.26º 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 #CF3013 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.19 |
| HSL | 9.26º | 0.83% | 0.44% | - |
| HSV(B) | 9.26º | 0.91% | 0.81% | - |
| XYZ | 26.91 | 15.43 | 2.18 | - |
| YUV | 92.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 19 | 0 | 0.77 | 0.91 | 0.19 | 9.26 | 0.83 | 0.44 |
| Hex | CF | 30 | 13 | 0 | 4D | 5B | 13 | 9 | 53 | 2C |
| Octal | 317 | 60 | 23 | 0 | 115 | 133 | 23 | 11 | 123 | 54 |
| Binary | 11001111 | 110000 | 10011 | 0 | 1001101 | 1011011 | 10011 | 1001 | 1010011 | 101100 |
Color Harmonies of #CF3013
Complementary color
Monochromatic Colors of #CF3013
Black with #CF3013
Text Example
Text Example
White with #CF3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3013; }
p { color: rgb(207,48,19); }
H1.HeaderClassName
{
color: #CF3013;
}
.AnyTagClassName
{
color: #CF3013;
}
</style>
background-color css
<style>
a { background-color: #CF3013; }
a { background-color: rgb(207,48,19); }
div.DivClassName
{
background-color: #CF3013;
}
.BgClassName
{
background-color: #CF3013;
}
</style>
border-color css
<style>
span { border-color: #CF3013; }
span { border-color: rgb(207,48,19); }
td.TdClassName
{
border-color: #CF3013;
}
.TagClassName
{
border-color: #CF3013;
}
</style>