Html Css Color HEX #CF3A20 Harley Davidson Orange
📋 copy color: '#CF3A20'red 207 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #CF3A20
Tints of Harley Davidson Orange #CF3A20
RGB
CMYK
RGB Variations
Color information
#CF3A20 (or 0xCF3A20) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 20. RGB value is (207,58,32). Sum of RGB (Red+Green+Blue) = 207+58+32=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A20 is #30C5DF. Grayscale: #636363. Windows color (decimal): -3196384 or 2112207. OLE color: 2112207.
HSL color Cylindrical-coordinate representation of color #CF3A20: hue angle of 8.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF3A20 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 32 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.19 |
| HSL | 8.91º | 0.73% | 0.47% | - |
| HSV(B) | 8.91º | 0.85% | 0.81% | - |
| XYZ | 27.51 | 16.4 | 3.08 | - |
| YUV | 99.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 32 | 0 | 0.72 | 0.85 | 0.19 | 8.91 | 0.73 | 0.47 |
| Hex | CF | 3A | 20 | 0 | 48 | 55 | 13 | 9 | 49 | 2F |
| Octal | 317 | 72 | 40 | 0 | 110 | 125 | 23 | 11 | 111 | 57 |
| Binary | 11001111 | 111010 | 100000 | 0 | 1001000 | 1010101 | 10011 | 1001 | 1001001 | 101111 |
Color Harmonies of #CF3A20
Complementary color
Monochromatic Colors of #CF3A20
Black with #CF3A20
Text Example
Text Example
White with #CF3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A20; }
p { color: rgb(207,58,32); }
H1.HeaderClassName
{
color: #CF3A20;
}
.AnyTagClassName
{
color: #CF3A20;
}
</style>
background-color css
<style>
a { background-color: #CF3A20; }
a { background-color: rgb(207,58,32); }
div.DivClassName
{
background-color: #CF3A20;
}
.BgClassName
{
background-color: #CF3A20;
}
</style>
border-color css
<style>
span { border-color: #CF3A20; }
span { border-color: rgb(207,58,32); }
td.TdClassName
{
border-color: #CF3A20;
}
.TagClassName
{
border-color: #CF3A20;
}
</style>