Html Css Color HEX #CF3820 Harley Davidson Orange
📋 copy color: '#CF3820'red 207 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #CF3820
Tints of Harley Davidson Orange #CF3820
RGB
CMYK
RGB Variations
Color information
#CF3820 (or 0xCF3820) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 20. RGB value is (207,56,32). Sum of RGB (Red+Green+Blue) = 207+56+32=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3820 is #30C7DF. Grayscale: #626262. Windows color (decimal): -3196896 or 2111695. OLE color: 2111695.
HSL color Cylindrical-coordinate representation of color #CF3820: hue angle of 8.23º 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 #CF3820 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.19 |
| HSL | 8.23º | 0.73% | 0.47% | - |
| HSV(B) | 8.23º | 0.85% | 0.81% | - |
| XYZ | 27.41 | 16.2 | 3.05 | - |
| YUV | 98.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 32 | 0 | 0.73 | 0.85 | 0.19 | 8.23 | 0.73 | 0.47 |
| Hex | CF | 38 | 20 | 0 | 49 | 55 | 13 | 8 | 49 | 2F |
| Octal | 317 | 70 | 40 | 0 | 111 | 125 | 23 | 10 | 111 | 57 |
| Binary | 11001111 | 111000 | 100000 | 0 | 1001001 | 1010101 | 10011 | 1000 | 1001001 | 101111 |
Color Harmonies of #CF3820
Complementary color
Monochromatic Colors of #CF3820
Black with #CF3820
Text Example
Text Example
White with #CF3820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3820; }
p { color: rgb(207,56,32); }
H1.HeaderClassName
{
color: #CF3820;
}
.AnyTagClassName
{
color: #CF3820;
}
</style>
background-color css
<style>
a { background-color: #CF3820; }
a { background-color: rgb(207,56,32); }
div.DivClassName
{
background-color: #CF3820;
}
.BgClassName
{
background-color: #CF3820;
}
</style>
border-color css
<style>
span { border-color: #CF3820; }
span { border-color: rgb(207,56,32); }
td.TdClassName
{
border-color: #CF3820;
}
.TagClassName
{
border-color: #CF3820;
}
</style>