Html Css Color HEX #CF200A Harley Davidson Orange
📋 copy color: '#CF200A'red 207 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #CF200A
Tints of Harley Davidson Orange #CF200A
RGB
CMYK
RGB Variations
Color information
#CF200A (or 0xCF200A) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 0A. RGB value is (207,32,10). Sum of RGB (Red+Green+Blue) = 207+32+10=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF200A is #30DFF5. Grayscale: #525252. Windows color (decimal): -3203062 or 663759. OLE color: 663759.
HSL color Cylindrical-coordinate representation of color #CF200A: hue angle of 6.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF200A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 10 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.19 |
| HSL | 6.7º | 0.91% | 0.43% | - |
| HSV(B) | 6.7º | 0.95% | 0.81% | - |
| XYZ | 26.3 | 14.32 | 1.66 | - |
| YUV | 81.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 10 | 0 | 0.85 | 0.95 | 0.19 | 6.7 | 0.91 | 0.43 |
| Hex | CF | 20 | A | 0 | 55 | 5F | 13 | 7 | 5B | 2B |
| Octal | 317 | 40 | 12 | 0 | 125 | 137 | 23 | 7 | 133 | 53 |
| Binary | 11001111 | 100000 | 1010 | 0 | 1010101 | 1011111 | 10011 | 111 | 1011011 | 101011 |
Color Harmonies of #CF200A
Complementary color
Monochromatic Colors of #CF200A
Black with #CF200A
Text Example
Text Example
White with #CF200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF200A; }
p { color: rgb(207,32,10); }
H1.HeaderClassName
{
color: #CF200A;
}
.AnyTagClassName
{
color: #CF200A;
}
</style>
background-color css
<style>
a { background-color: #CF200A; }
a { background-color: rgb(207,32,10); }
div.DivClassName
{
background-color: #CF200A;
}
.BgClassName
{
background-color: #CF200A;
}
</style>
border-color css
<style>
span { border-color: #CF200A; }
span { border-color: rgb(207,32,10); }
td.TdClassName
{
border-color: #CF200A;
}
.TagClassName
{
border-color: #CF200A;
}
</style>