Html Css Color HEX #CF3515 Harley Davidson Orange
📋 copy color: '#CF3515'red 207 ◦ green 53 ◦ blue 21
Shades of Harley Davidson Orange #CF3515
Tints of Harley Davidson Orange #CF3515
RGB
CMYK
RGB Variations
Color information
#CF3515 (or 0xCF3515) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 15. RGB value is (207,53,21). Sum of RGB (Red+Green+Blue) = 207+53+21=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3515 is #30CAEA. Grayscale: #5F5F5F. Windows color (decimal): -3197675 or 1390031. OLE color: 1390031.
HSL color Cylindrical-coordinate representation of color #CF3515: hue angle of 10.32º 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 #CF3515 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.19 |
| HSL | 10.32º | 0.82% | 0.45% | - |
| HSV(B) | 10.32º | 0.9% | 0.81% | - |
| XYZ | 27.14 | 15.87 | 2.34 | - |
| YUV | 95.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 21 | 0 | 0.74 | 0.90 | 0.19 | 10.32 | 0.82 | 0.45 |
| Hex | CF | 35 | 15 | 0 | 4A | 5A | 13 | A | 52 | 2D |
| Octal | 317 | 65 | 25 | 0 | 112 | 132 | 23 | 12 | 122 | 55 |
| Binary | 11001111 | 110101 | 10101 | 0 | 1001010 | 1011010 | 10011 | 1010 | 1010010 | 101101 |
Color Harmonies of #CF3515
Complementary color
Monochromatic Colors of #CF3515
Black with #CF3515
Text Example
Text Example
White with #CF3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3515; }
p { color: rgb(207,53,21); }
H1.HeaderClassName
{
color: #CF3515;
}
.AnyTagClassName
{
color: #CF3515;
}
</style>
background-color css
<style>
a { background-color: #CF3515; }
a { background-color: rgb(207,53,21); }
div.DivClassName
{
background-color: #CF3515;
}
.BgClassName
{
background-color: #CF3515;
}
</style>
border-color css
<style>
span { border-color: #CF3515; }
span { border-color: rgb(207,53,21); }
td.TdClassName
{
border-color: #CF3515;
}
.TagClassName
{
border-color: #CF3515;
}
</style>