Html Css Color HEX #CF351D Harley Davidson Orange
📋 copy color: '#CF351D'red 207 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #CF351D
Tints of Harley Davidson Orange #CF351D
RGB
CMYK
RGB Variations
Color information
#CF351D (or 0xCF351D) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 1D. RGB value is (207,53,29). Sum of RGB (Red+Green+Blue) = 207+53+29=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF351D is #30CAE2. Grayscale: #606060. Windows color (decimal): -3197667 or 1914319. OLE color: 1914319.
HSL color Cylindrical-coordinate representation of color #CF351D: hue angle of 8.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF351D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.19 |
| HSL | 8.09º | 0.75% | 0.46% | - |
| HSV(B) | 8.09º | 0.86% | 0.81% | - |
| XYZ | 27.23 | 15.9 | 2.8 | - |
| YUV | 96.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 29 | 0 | 0.74 | 0.86 | 0.19 | 8.09 | 0.75 | 0.46 |
| Hex | CF | 35 | 1D | 0 | 4A | 56 | 13 | 8 | 4B | 2E |
| Octal | 317 | 65 | 35 | 0 | 112 | 126 | 23 | 10 | 113 | 56 |
| Binary | 11001111 | 110101 | 11101 | 0 | 1001010 | 1010110 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CF351D
Complementary color
Monochromatic Colors of #CF351D
Black with #CF351D
Text Example
Text Example
White with #CF351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF351D; }
p { color: rgb(207,53,29); }
H1.HeaderClassName
{
color: #CF351D;
}
.AnyTagClassName
{
color: #CF351D;
}
</style>
background-color css
<style>
a { background-color: #CF351D; }
a { background-color: rgb(207,53,29); }
div.DivClassName
{
background-color: #CF351D;
}
.BgClassName
{
background-color: #CF351D;
}
</style>
border-color css
<style>
span { border-color: #CF351D; }
span { border-color: rgb(207,53,29); }
td.TdClassName
{
border-color: #CF351D;
}
.TagClassName
{
border-color: #CF351D;
}
</style>