Html Css Color HEX #CF3505 Harley Davidson Orange
📋 copy color: '#CF3505'red 207 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #CF3505
Tints of Harley Davidson Orange #CF3505
RGB
CMYK
RGB Variations
Color information
#CF3505 (or 0xCF3505) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 05. RGB value is (207,53,5). Sum of RGB (Red+Green+Blue) = 207+53+5=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3505 is #30CAFA. Grayscale: #5D5D5D. Windows color (decimal): -3197691 or 341455. OLE color: 341455.
HSL color Cylindrical-coordinate representation of color #CF3505: hue angle of 14.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF3505 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.19 |
| HSL | 14.26º | 0.95% | 0.42% | - |
| HSV(B) | 14.26º | 0.98% | 0.81% | - |
| XYZ | 27.03 | 15.82 | 1.77 | - |
| YUV | 93.57 | 78.02 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 5 | 0 | 0.74 | 0.98 | 0.19 | 14.26 | 0.95 | 0.42 |
| Hex | CF | 35 | 5 | 0 | 4A | 62 | 13 | E | 5F | 2A |
| Octal | 317 | 65 | 5 | 0 | 112 | 142 | 23 | 16 | 137 | 52 |
| Binary | 11001111 | 110101 | 101 | 0 | 1001010 | 1100010 | 10011 | 1110 | 1011111 | 101010 |
Color Harmonies of #CF3505
Complementary color
Monochromatic Colors of #CF3505
Black with #CF3505
Text Example
Text Example
White with #CF3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3505; }
p { color: rgb(207,53,5); }
H1.HeaderClassName
{
color: #CF3505;
}
.AnyTagClassName
{
color: #CF3505;
}
</style>
background-color css
<style>
a { background-color: #CF3505; }
a { background-color: rgb(207,53,5); }
div.DivClassName
{
background-color: #CF3505;
}
.BgClassName
{
background-color: #CF3505;
}
</style>
border-color css
<style>
span { border-color: #CF3505; }
span { border-color: rgb(207,53,5); }
td.TdClassName
{
border-color: #CF3505;
}
.TagClassName
{
border-color: #CF3505;
}
</style>