Html Css Color HEX #CF351A Harley Davidson Orange
📋 copy color: '#CF351A'red 207 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #CF351A
Tints of Harley Davidson Orange #CF351A
RGB
CMYK
RGB Variations
Color information
#CF351A (or 0xCF351A) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 1A. RGB value is (207,53,26). Sum of RGB (Red+Green+Blue) = 207+53+26=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF351A is #30CAE5. Grayscale: #606060. Windows color (decimal): -3197670 or 1717711. OLE color: 1717711.
HSL color Cylindrical-coordinate representation of color #CF351A: hue angle of 8.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF351A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.19 |
| HSL | 8.95º | 0.78% | 0.46% | - |
| HSV(B) | 8.95º | 0.87% | 0.81% | - |
| XYZ | 27.19 | 15.89 | 2.61 | - |
| YUV | 95.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 26 | 0 | 0.74 | 0.87 | 0.19 | 8.95 | 0.78 | 0.46 |
| Hex | CF | 35 | 1A | 0 | 4A | 57 | 13 | 9 | 4E | 2E |
| Octal | 317 | 65 | 32 | 0 | 112 | 127 | 23 | 11 | 116 | 56 |
| Binary | 11001111 | 110101 | 11010 | 0 | 1001010 | 1010111 | 10011 | 1001 | 1001110 | 101110 |
Color Harmonies of #CF351A
Complementary color
Monochromatic Colors of #CF351A
Black with #CF351A
Text Example
Text Example
White with #CF351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF351A; }
p { color: rgb(207,53,26); }
H1.HeaderClassName
{
color: #CF351A;
}
.AnyTagClassName
{
color: #CF351A;
}
</style>
background-color css
<style>
a { background-color: #CF351A; }
a { background-color: rgb(207,53,26); }
div.DivClassName
{
background-color: #CF351A;
}
.BgClassName
{
background-color: #CF351A;
}
</style>
border-color css
<style>
span { border-color: #CF351A; }
span { border-color: rgb(207,53,26); }
td.TdClassName
{
border-color: #CF351A;
}
.TagClassName
{
border-color: #CF351A;
}
</style>