Html Css Color HEX #CF190B Harley Davidson Orange
📋 copy color: '#CF190B'red 207 ◦ green 25 ◦ blue 11
Shades of Harley Davidson Orange #CF190B
Tints of Harley Davidson Orange #CF190B
RGB
CMYK
RGB Variations
Color information
#CF190B (or 0xCF190B) is known color: Harley Davidson Orange. HEX triplet: CF, 19 and 0B. RGB value is (207,25,11). Sum of RGB (Red+Green+Blue) = 207+25+11=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF190B is #30E6F4. Grayscale: #4E4E4E. Windows color (decimal): -3204853 or 727503. OLE color: 727503.
HSL color Cylindrical-coordinate representation of color #CF190B: hue angle of 4.29º degrees, saturation: 0.9, 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 #CF190B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.19 |
| HSL | 4.29º | 0.9% | 0.43% | - |
| HSV(B) | 4.29º | 0.95% | 0.81% | - |
| XYZ | 26.14 | 13.98 | 1.64 | - |
| YUV | 77.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 11 | 0 | 0.88 | 0.95 | 0.19 | 4.29 | 0.9 | 0.43 |
| Hex | CF | 19 | B | 0 | 58 | 5F | 13 | 4 | 5A | 2B |
| Octal | 317 | 31 | 13 | 0 | 130 | 137 | 23 | 4 | 132 | 53 |
| Binary | 11001111 | 11001 | 1011 | 0 | 1011000 | 1011111 | 10011 | 100 | 1011010 | 101011 |
Color Harmonies of #CF190B
Complementary color
Monochromatic Colors of #CF190B
Black with #CF190B
Text Example
Text Example
White with #CF190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF190B; }
p { color: rgb(207,25,11); }
H1.HeaderClassName
{
color: #CF190B;
}
.AnyTagClassName
{
color: #CF190B;
}
</style>
background-color css
<style>
a { background-color: #CF190B; }
a { background-color: rgb(207,25,11); }
div.DivClassName
{
background-color: #CF190B;
}
.BgClassName
{
background-color: #CF190B;
}
</style>
border-color css
<style>
span { border-color: #CF190B; }
span { border-color: rgb(207,25,11); }
td.TdClassName
{
border-color: #CF190B;
}
.TagClassName
{
border-color: #CF190B;
}
</style>