Html Css Color HEX #CF3503 Harley Davidson Orange
📋 copy color: '#CF3503'red 207 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #CF3503
Tints of Harley Davidson Orange #CF3503
RGB
CMYK
RGB Variations
Color information
#CF3503 (or 0xCF3503) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 03. RGB value is (207,53,3). Sum of RGB (Red+Green+Blue) = 207+53+3=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3503 is #30CAFC. Grayscale: #5D5D5D. Windows color (decimal): -3197693 or 210383. OLE color: 210383.
HSL color Cylindrical-coordinate representation of color #CF3503: hue angle of 14.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF3503 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.19 |
| HSL | 14.71º | 0.97% | 0.41% | - |
| HSV(B) | 14.71º | 0.99% | 0.81% | - |
| XYZ | 27.02 | 15.82 | 1.72 | - |
| YUV | 93.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 3 | 0 | 0.74 | 0.99 | 0.19 | 14.71 | 0.97 | 0.41 |
| Hex | CF | 35 | 3 | 0 | 4A | 63 | 13 | F | 61 | 29 |
| Octal | 317 | 65 | 3 | 0 | 112 | 143 | 23 | 17 | 141 | 51 |
| Binary | 11001111 | 110101 | 11 | 0 | 1001010 | 1100011 | 10011 | 1111 | 1100001 | 101001 |
Color Harmonies of #CF3503
Complementary color
Monochromatic Colors of #CF3503
Black with #CF3503
Text Example
Text Example
White with #CF3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3503; }
p { color: rgb(207,53,3); }
H1.HeaderClassName
{
color: #CF3503;
}
.AnyTagClassName
{
color: #CF3503;
}
</style>
background-color css
<style>
a { background-color: #CF3503; }
a { background-color: rgb(207,53,3); }
div.DivClassName
{
background-color: #CF3503;
}
.BgClassName
{
background-color: #CF3503;
}
</style>
border-color css
<style>
span { border-color: #CF3503; }
span { border-color: rgb(207,53,3); }
td.TdClassName
{
border-color: #CF3503;
}
.TagClassName
{
border-color: #CF3503;
}
</style>