Html Css Color HEX #CF351C Harley Davidson Orange
📋 copy color: '#CF351C'red 207 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #CF351C
Tints of Harley Davidson Orange #CF351C
RGB
CMYK
RGB Variations
Color information
#CF351C (or 0xCF351C) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 1C. RGB value is (207,53,28). Sum of RGB (Red+Green+Blue) = 207+53+28=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF351C is #30CAE3. Grayscale: #606060. Windows color (decimal): -3197668 or 1848783. OLE color: 1848783.
HSL color Cylindrical-coordinate representation of color #CF351C: hue angle of 8.38º degrees, saturation: 0.76, 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 #CF351C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.19 |
| HSL | 8.38º | 0.76% | 0.46% | - |
| HSV(B) | 8.38º | 0.86% | 0.81% | - |
| XYZ | 27.21 | 15.9 | 2.73 | - |
| YUV | 96.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 28 | 0 | 0.74 | 0.86 | 0.19 | 8.38 | 0.76 | 0.46 |
| Hex | CF | 35 | 1C | 0 | 4A | 56 | 13 | 8 | 4C | 2E |
| Octal | 317 | 65 | 34 | 0 | 112 | 126 | 23 | 10 | 114 | 56 |
| Binary | 11001111 | 110101 | 11100 | 0 | 1001010 | 1010110 | 10011 | 1000 | 1001100 | 101110 |
Color Harmonies of #CF351C
Complementary color
Monochromatic Colors of #CF351C
Black with #CF351C
Text Example
Text Example
White with #CF351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF351C; }
p { color: rgb(207,53,28); }
H1.HeaderClassName
{
color: #CF351C;
}
.AnyTagClassName
{
color: #CF351C;
}
</style>
background-color css
<style>
a { background-color: #CF351C; }
a { background-color: rgb(207,53,28); }
div.DivClassName
{
background-color: #CF351C;
}
.BgClassName
{
background-color: #CF351C;
}
</style>
border-color css
<style>
span { border-color: #CF351C; }
span { border-color: rgb(207,53,28); }
td.TdClassName
{
border-color: #CF351C;
}
.TagClassName
{
border-color: #CF351C;
}
</style>