Html Css Color HEX #CF3518 Harley Davidson Orange
📋 copy color: '#CF3518'red 207 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #CF3518
Tints of Harley Davidson Orange #CF3518
RGB
CMYK
RGB Variations
Color information
#CF3518 (or 0xCF3518) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 18. RGB value is (207,53,24). Sum of RGB (Red+Green+Blue) = 207+53+24=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3518 is #30CAE7. Grayscale: #606060. Windows color (decimal): -3197672 or 1586639. OLE color: 1586639.
HSL color Cylindrical-coordinate representation of color #CF3518: hue angle of 9.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3518 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.19 |
| HSL | 9.51º | 0.79% | 0.45% | - |
| HSV(B) | 9.51º | 0.88% | 0.81% | - |
| XYZ | 27.17 | 15.88 | 2.5 | - |
| YUV | 95.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 24 | 0 | 0.74 | 0.88 | 0.19 | 9.51 | 0.79 | 0.45 |
| Hex | CF | 35 | 18 | 0 | 4A | 58 | 13 | A | 4F | 2D |
| Octal | 317 | 65 | 30 | 0 | 112 | 130 | 23 | 12 | 117 | 55 |
| Binary | 11001111 | 110101 | 11000 | 0 | 1001010 | 1011000 | 10011 | 1010 | 1001111 | 101101 |
Color Harmonies of #CF3518
Complementary color
Monochromatic Colors of #CF3518
Black with #CF3518
Text Example
Text Example
White with #CF3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3518; }
p { color: rgb(207,53,24); }
H1.HeaderClassName
{
color: #CF3518;
}
.AnyTagClassName
{
color: #CF3518;
}
</style>
background-color css
<style>
a { background-color: #CF3518; }
a { background-color: rgb(207,53,24); }
div.DivClassName
{
background-color: #CF3518;
}
.BgClassName
{
background-color: #CF3518;
}
</style>
border-color css
<style>
span { border-color: #CF3518; }
span { border-color: rgb(207,53,24); }
td.TdClassName
{
border-color: #CF3518;
}
.TagClassName
{
border-color: #CF3518;
}
</style>