Html Css Color HEX #CF3314 Harley Davidson Orange
📋 copy color: '#CF3314'red 207 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #CF3314
Tints of Harley Davidson Orange #CF3314
RGB
CMYK
RGB Variations
Color information
#CF3314 (or 0xCF3314) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 14. RGB value is (207,51,20). Sum of RGB (Red+Green+Blue) = 207+51+20=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3314 is #30CCEB. Grayscale: #5E5E5E. Windows color (decimal): -3198188 or 1323983. OLE color: 1323983.
HSL color Cylindrical-coordinate representation of color #CF3314: hue angle of 9.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3314 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.19 |
| HSL | 9.95º | 0.82% | 0.45% | - |
| HSV(B) | 9.95º | 0.9% | 0.81% | - |
| XYZ | 27.04 | 15.68 | 2.26 | - |
| YUV | 94.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 20 | 0 | 0.75 | 0.90 | 0.19 | 9.95 | 0.82 | 0.45 |
| Hex | CF | 33 | 14 | 0 | 4B | 5A | 13 | A | 52 | 2D |
| Octal | 317 | 63 | 24 | 0 | 113 | 132 | 23 | 12 | 122 | 55 |
| Binary | 11001111 | 110011 | 10100 | 0 | 1001011 | 1011010 | 10011 | 1010 | 1010010 | 101101 |
Color Harmonies of #CF3314
Complementary color
Monochromatic Colors of #CF3314
Black with #CF3314
Text Example
Text Example
White with #CF3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3314; }
p { color: rgb(207,51,20); }
H1.HeaderClassName
{
color: #CF3314;
}
.AnyTagClassName
{
color: #CF3314;
}
</style>
background-color css
<style>
a { background-color: #CF3314; }
a { background-color: rgb(207,51,20); }
div.DivClassName
{
background-color: #CF3314;
}
.BgClassName
{
background-color: #CF3314;
}
</style>
border-color css
<style>
span { border-color: #CF3314; }
span { border-color: rgb(207,51,20); }
td.TdClassName
{
border-color: #CF3314;
}
.TagClassName
{
border-color: #CF3314;
}
</style>