Html Css Color HEX #CF350A Harley Davidson Orange
📋 copy color: '#CF350A'red 207 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #CF350A
Tints of Harley Davidson Orange #CF350A
RGB
CMYK
RGB Variations
Color information
#CF350A (or 0xCF350A) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 0A. RGB value is (207,53,10). Sum of RGB (Red+Green+Blue) = 207+53+10=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF350A is #30CAF5. Grayscale: #5E5E5E. Windows color (decimal): -3197686 or 669135. OLE color: 669135.
HSL color Cylindrical-coordinate representation of color #CF350A: hue angle of 13.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF350A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 13.1º | 0.91% | 0.43% | - |
| HSV(B) | 13.1º | 0.95% | 0.81% | - |
| XYZ | 27.06 | 15.83 | 1.92 | - |
| YUV | 94.14 | 80.52 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 10 | 0 | 0.74 | 0.95 | 0.19 | 13.1 | 0.91 | 0.43 |
| Hex | CF | 35 | A | 0 | 4A | 5F | 13 | D | 5B | 2B |
| Octal | 317 | 65 | 12 | 0 | 112 | 137 | 23 | 15 | 133 | 53 |
| Binary | 11001111 | 110101 | 1010 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011011 | 101011 |
Color Harmonies of #CF350A
Complementary color
Monochromatic Colors of #CF350A
Black with #CF350A
Text Example
Text Example
White with #CF350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF350A; }
p { color: rgb(207,53,10); }
H1.HeaderClassName
{
color: #CF350A;
}
.AnyTagClassName
{
color: #CF350A;
}
</style>
background-color css
<style>
a { background-color: #CF350A; }
a { background-color: rgb(207,53,10); }
div.DivClassName
{
background-color: #CF350A;
}
.BgClassName
{
background-color: #CF350A;
}
</style>
border-color css
<style>
span { border-color: #CF350A; }
span { border-color: rgb(207,53,10); }
td.TdClassName
{
border-color: #CF350A;
}
.TagClassName
{
border-color: #CF350A;
}
</style>