Html Css Color HEX #CF3A21 Harley Davidson Orange
📋 copy color: '#CF3A21'red 207 ◦ green 58 ◦ blue 33
Shades of Harley Davidson Orange #CF3A21
Tints of Harley Davidson Orange #CF3A21
RGB
CMYK
RGB Variations
Color information
#CF3A21 (or 0xCF3A21) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 21. RGB value is (207,58,33). Sum of RGB (Red+Green+Blue) = 207+58+33=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A21 is #30C5DE. Grayscale: #636363. Windows color (decimal): -3196383 or 2177743. OLE color: 2177743.
HSL color Cylindrical-coordinate representation of color #CF3A21: hue angle of 8.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF3A21 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 33 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.19 |
| HSL | 8.62º | 0.73% | 0.47% | - |
| HSV(B) | 8.62º | 0.84% | 0.81% | - |
| XYZ | 27.52 | 16.4 | 3.15 | - |
| YUV | 99.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 33 | 0 | 0.72 | 0.84 | 0.19 | 8.62 | 0.73 | 0.47 |
| Hex | CF | 3A | 21 | 0 | 48 | 54 | 13 | 9 | 48 | 2F |
| Octal | 317 | 72 | 41 | 0 | 110 | 124 | 23 | 11 | 110 | 57 |
| Binary | 11001111 | 111010 | 100001 | 0 | 1001000 | 1010100 | 10011 | 1001 | 1001000 | 101111 |
Color Harmonies of #CF3A21
Complementary color
Monochromatic Colors of #CF3A21
Black with #CF3A21
Text Example
Text Example
White with #CF3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A21; }
p { color: rgb(207,58,33); }
H1.HeaderClassName
{
color: #CF3A21;
}
.AnyTagClassName
{
color: #CF3A21;
}
</style>
background-color css
<style>
a { background-color: #CF3A21; }
a { background-color: rgb(207,58,33); }
div.DivClassName
{
background-color: #CF3A21;
}
.BgClassName
{
background-color: #CF3A21;
}
</style>
border-color css
<style>
span { border-color: #CF3A21; }
span { border-color: rgb(207,58,33); }
td.TdClassName
{
border-color: #CF3A21;
}
.TagClassName
{
border-color: #CF3A21;
}
</style>