Html Css Color HEX #CF351F Harley Davidson Orange
📋 copy color: '#CF351F'red 207 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #CF351F
Tints of Harley Davidson Orange #CF351F
RGB
CMYK
RGB Variations
Color information
#CF351F (or 0xCF351F) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 1F. RGB value is (207,53,31). Sum of RGB (Red+Green+Blue) = 207+53+31=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF351F is #30CAE0. Grayscale: #606060. Windows color (decimal): -3197665 or 2045391. OLE color: 2045391.
HSL color Cylindrical-coordinate representation of color #CF351F: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF351F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 31 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.19 |
| HSL | 7.5º | 0.74% | 0.47% | - |
| HSV(B) | 7.5º | 0.85% | 0.81% | - |
| XYZ | 27.25 | 15.91 | 2.93 | - |
| YUV | 96.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 31 | 0 | 0.74 | 0.85 | 0.19 | 7.5 | 0.74 | 0.47 |
| Hex | CF | 35 | 1F | 0 | 4A | 55 | 13 | 8 | 4A | 2F |
| Octal | 317 | 65 | 37 | 0 | 112 | 125 | 23 | 10 | 112 | 57 |
| Binary | 11001111 | 110101 | 11111 | 0 | 1001010 | 1010101 | 10011 | 1000 | 1001010 | 101111 |
Color Harmonies of #CF351F
Complementary color
Monochromatic Colors of #CF351F
Black with #CF351F
Text Example
Text Example
White with #CF351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF351F; }
p { color: rgb(207,53,31); }
H1.HeaderClassName
{
color: #CF351F;
}
.AnyTagClassName
{
color: #CF351F;
}
</style>
background-color css
<style>
a { background-color: #CF351F; }
a { background-color: rgb(207,53,31); }
div.DivClassName
{
background-color: #CF351F;
}
.BgClassName
{
background-color: #CF351F;
}
</style>
border-color css
<style>
span { border-color: #CF351F; }
span { border-color: rgb(207,53,31); }
td.TdClassName
{
border-color: #CF351F;
}
.TagClassName
{
border-color: #CF351F;
}
</style>