Html Css Color HEX #CF200C Harley Davidson Orange
📋 copy color: '#CF200C'red 207 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #CF200C
Tints of Harley Davidson Orange #CF200C
RGB
CMYK
RGB Variations
Color information
#CF200C (or 0xCF200C) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 0C. RGB value is (207,32,12). Sum of RGB (Red+Green+Blue) = 207+32+12=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF200C is #30DFF3. Grayscale: #525252. Windows color (decimal): -3203060 or 794831. OLE color: 794831.
HSL color Cylindrical-coordinate representation of color #CF200C: hue angle of 6.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.19 |
| HSL | 6.15º | 0.89% | 0.43% | - |
| HSV(B) | 6.15º | 0.94% | 0.81% | - |
| XYZ | 26.32 | 14.32 | 1.73 | - |
| YUV | 82.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 12 | 0 | 0.85 | 0.94 | 0.19 | 6.15 | 0.89 | 0.43 |
| Hex | CF | 20 | C | 0 | 55 | 5E | 13 | 6 | 59 | 2B |
| Octal | 317 | 40 | 14 | 0 | 125 | 136 | 23 | 6 | 131 | 53 |
| Binary | 11001111 | 100000 | 1100 | 0 | 1010101 | 1011110 | 10011 | 110 | 1011001 | 101011 |
Color Harmonies of #CF200C
Complementary color
Monochromatic Colors of #CF200C
Black with #CF200C
Text Example
Text Example
White with #CF200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF200C; }
p { color: rgb(207,32,12); }
H1.HeaderClassName
{
color: #CF200C;
}
.AnyTagClassName
{
color: #CF200C;
}
</style>
background-color css
<style>
a { background-color: #CF200C; }
a { background-color: rgb(207,32,12); }
div.DivClassName
{
background-color: #CF200C;
}
.BgClassName
{
background-color: #CF200C;
}
</style>
border-color css
<style>
span { border-color: #CF200C; }
span { border-color: rgb(207,32,12); }
td.TdClassName
{
border-color: #CF200C;
}
.TagClassName
{
border-color: #CF200C;
}
</style>