Html Css Color HEX #CF1C15 Harley Davidson Orange
📋 copy color: '#CF1C15'red 207 ◦ green 28 ◦ blue 21
Shades of Harley Davidson Orange #CF1C15
Tints of Harley Davidson Orange #CF1C15
RGB
CMYK
RGB Variations
Color information
#CF1C15 (or 0xCF1C15) is known color: Harley Davidson Orange. HEX triplet: CF, 1C and 15. RGB value is (207,28,21). Sum of RGB (Red+Green+Blue) = 207+28+21=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1C15 is #30E3EA. Grayscale: #505050. Windows color (decimal): -3204075 or 1383631. OLE color: 1383631.
HSL color Cylindrical-coordinate representation of color #CF1C15: hue angle of 2.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1C15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.19 |
| HSL | 2.26º | 0.82% | 0.45% | - |
| HSV(B) | 2.26º | 0.9% | 0.81% | - |
| XYZ | 26.28 | 14.15 | 2.06 | - |
| YUV | 80.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 21 | 0 | 0.86 | 0.90 | 0.19 | 2.26 | 0.82 | 0.45 |
| Hex | CF | 1C | 15 | 0 | 56 | 5A | 13 | 2 | 52 | 2D |
| Octal | 317 | 34 | 25 | 0 | 126 | 132 | 23 | 2 | 122 | 55 |
| Binary | 11001111 | 11100 | 10101 | 0 | 1010110 | 1011010 | 10011 | 10 | 1010010 | 101101 |
Color Harmonies of #CF1C15
Complementary color
Monochromatic Colors of #CF1C15
Black with #CF1C15
Text Example
Text Example
White with #CF1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C15; }
p { color: rgb(207,28,21); }
H1.HeaderClassName
{
color: #CF1C15;
}
.AnyTagClassName
{
color: #CF1C15;
}
</style>
background-color css
<style>
a { background-color: #CF1C15; }
a { background-color: rgb(207,28,21); }
div.DivClassName
{
background-color: #CF1C15;
}
.BgClassName
{
background-color: #CF1C15;
}
</style>
border-color css
<style>
span { border-color: #CF1C15; }
span { border-color: rgb(207,28,21); }
td.TdClassName
{
border-color: #CF1C15;
}
.TagClassName
{
border-color: #CF1C15;
}
</style>