Html Css Color HEX #CF3500 Harley Davidson Orange
📋 copy color: '#CF3500'red 207 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #CF3500
Tints of Harley Davidson Orange #CF3500
RGB
CMYK
RGB Variations
Color information
#CF3500 (or 0xCF3500) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 00. RGB value is (207,53,0). Sum of RGB (Red+Green+Blue) = 207+53+0=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3500 is #30CAFF. Grayscale: #5D5D5D. Windows color (decimal): -3197696 or 13775. OLE color: 13775.
HSL color Cylindrical-coordinate representation of color #CF3500: hue angle of 15.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF3500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.19 |
| HSL | 15.36º | 1% | 0.41% | - |
| HSV(B) | 15.36º | 1% | 0.81% | - |
| XYZ | 27.01 | 15.81 | 1.63 | - |
| YUV | 93 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 0 | 0 | 0.74 | 1 | 0.19 | 15.36 | 1 | 0.41 |
| Hex | CF | 35 | 0 | 0 | 4A | 64 | 13 | F | 64 | 29 |
| Octal | 317 | 65 | 0 | 0 | 112 | 144 | 23 | 17 | 144 | 51 |
| Binary | 11001111 | 110101 | 0 | 0 | 1001010 | 1100100 | 10011 | 1111 | 1100100 | 101001 |
Color Harmonies of #CF3500
Complementary color
Monochromatic Colors of #CF3500
Black with #CF3500
Text Example
Text Example
White with #CF3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3500; }
p { color: rgb(207,53,0); }
H1.HeaderClassName
{
color: #CF3500;
}
.AnyTagClassName
{
color: #CF3500;
}
</style>
background-color css
<style>
a { background-color: #CF3500; }
a { background-color: rgb(207,53,0); }
div.DivClassName
{
background-color: #CF3500;
}
.BgClassName
{
background-color: #CF3500;
}
</style>
border-color css
<style>
span { border-color: #CF3500; }
span { border-color: rgb(207,53,0); }
td.TdClassName
{
border-color: #CF3500;
}
.TagClassName
{
border-color: #CF3500;
}
</style>