Html Css Color HEX #CF190A Harley Davidson Orange
📋 copy color: '#CF190A'red 207 ◦ green 25 ◦ blue 10
Shades of Harley Davidson Orange #CF190A
Tints of Harley Davidson Orange #CF190A
RGB
CMYK
RGB Variations
Color information
#CF190A (or 0xCF190A) is known color: Harley Davidson Orange. HEX triplet: CF, 19 and 0A. RGB value is (207,25,10). Sum of RGB (Red+Green+Blue) = 207+25+10=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF190A is #30E6F5. Grayscale: #4D4D4D. Windows color (decimal): -3204854 or 661967. OLE color: 661967.
HSL color Cylindrical-coordinate representation of color #CF190A: hue angle of 4.57º 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 #CF190A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.19 |
| HSL | 4.57º | 0.91% | 0.43% | - |
| HSV(B) | 4.57º | 0.95% | 0.81% | - |
| XYZ | 26.13 | 13.98 | 1.61 | - |
| YUV | 77.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 10 | 0 | 0.88 | 0.95 | 0.19 | 4.57 | 0.91 | 0.43 |
| Hex | CF | 19 | A | 0 | 58 | 5F | 13 | 5 | 5B | 2B |
| Octal | 317 | 31 | 12 | 0 | 130 | 137 | 23 | 5 | 133 | 53 |
| Binary | 11001111 | 11001 | 1010 | 0 | 1011000 | 1011111 | 10011 | 101 | 1011011 | 101011 |
Color Harmonies of #CF190A
Complementary color
Monochromatic Colors of #CF190A
Black with #CF190A
Text Example
Text Example
White with #CF190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF190A; }
p { color: rgb(207,25,10); }
H1.HeaderClassName
{
color: #CF190A;
}
.AnyTagClassName
{
color: #CF190A;
}
</style>
background-color css
<style>
a { background-color: #CF190A; }
a { background-color: rgb(207,25,10); }
div.DivClassName
{
background-color: #CF190A;
}
.BgClassName
{
background-color: #CF190A;
}
</style>
border-color css
<style>
span { border-color: #CF190A; }
span { border-color: rgb(207,25,10); }
td.TdClassName
{
border-color: #CF190A;
}
.TagClassName
{
border-color: #CF190A;
}
</style>