Html Css Color HEX #CF3921 Harley Davidson Orange
📋 copy color: '#CF3921'red 207 ◦ green 57 ◦ blue 33
Shades of Harley Davidson Orange #CF3921
Tints of Harley Davidson Orange #CF3921
RGB
CMYK
RGB Variations
Color information
#CF3921 (or 0xCF3921) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 21. RGB value is (207,57,33). Sum of RGB (Red+Green+Blue) = 207+57+33=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3921 is #30C6DE. Grayscale: #636363. Windows color (decimal): -3196639 or 2177487. OLE color: 2177487.
HSL color Cylindrical-coordinate representation of color #CF3921: hue angle of 8.28º 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 #CF3921 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 33 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.19 |
| HSL | 8.28º | 0.73% | 0.47% | - |
| HSV(B) | 8.28º | 0.84% | 0.81% | - |
| XYZ | 27.47 | 16.3 | 3.14 | - |
| YUV | 99.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 33 | 0 | 0.72 | 0.84 | 0.19 | 8.28 | 0.73 | 0.47 |
| Hex | CF | 39 | 21 | 0 | 48 | 54 | 13 | 8 | 48 | 2F |
| Octal | 317 | 71 | 41 | 0 | 110 | 124 | 23 | 10 | 110 | 57 |
| Binary | 11001111 | 111001 | 100001 | 0 | 1001000 | 1010100 | 10011 | 1000 | 1001000 | 101111 |
Color Harmonies of #CF3921
Complementary color
Monochromatic Colors of #CF3921
Black with #CF3921
Text Example
Text Example
White with #CF3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3921; }
p { color: rgb(207,57,33); }
H1.HeaderClassName
{
color: #CF3921;
}
.AnyTagClassName
{
color: #CF3921;
}
</style>
background-color css
<style>
a { background-color: #CF3921; }
a { background-color: rgb(207,57,33); }
div.DivClassName
{
background-color: #CF3921;
}
.BgClassName
{
background-color: #CF3921;
}
</style>
border-color css
<style>
span { border-color: #CF3921; }
span { border-color: rgb(207,57,33); }
td.TdClassName
{
border-color: #CF3921;
}
.TagClassName
{
border-color: #CF3921;
}
</style>