Html Css Color HEX #C22714 Harley Davidson Orange
📋 copy color: '#C22714'red 194 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #C22714
Tints of Harley Davidson Orange #C22714
RGB
CMYK
RGB Variations
Color information
#C22714 (or 0xC22714) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 14. RGB value is (194,39,20). Sum of RGB (Red+Green+Blue) = 194+39+20=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C22714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22714 is #3DD8EB. Grayscale: #535353. Windows color (decimal): -4053228 or 1320898. OLE color: 1320898.
HSL color Cylindrical-coordinate representation of color #C22714: hue angle of 6.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22714 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.24 |
| HSL | 6.55º | 0.81% | 0.42% | - |
| HSV(B) | 6.55º | 0.9% | 0.76% | - |
| XYZ | 23.1 | 12.97 | 1.95 | - |
| YUV | 83.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 20 | 0 | 0.80 | 0.90 | 0.24 | 6.55 | 0.81 | 0.42 |
| Hex | C2 | 27 | 14 | 0 | 50 | 5A | 18 | 7 | 51 | 2A |
| Octal | 302 | 47 | 24 | 0 | 120 | 132 | 30 | 7 | 121 | 52 |
| Binary | 11000010 | 100111 | 10100 | 0 | 1010000 | 1011010 | 11000 | 111 | 1010001 | 101010 |
Color Harmonies of #C22714
Complementary color
Monochromatic Colors of #C22714
Black with #C22714
Text Example
Text Example
White with #C22714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22714; }
p { color: rgb(194,39,20); }
H1.HeaderClassName
{
color: #C22714;
}
.AnyTagClassName
{
color: #C22714;
}
</style>
background-color css
<style>
a { background-color: #C22714; }
a { background-color: rgb(194,39,20); }
div.DivClassName
{
background-color: #C22714;
}
.BgClassName
{
background-color: #C22714;
}
</style>
border-color css
<style>
span { border-color: #C22714; }
span { border-color: rgb(194,39,20); }
td.TdClassName
{
border-color: #C22714;
}
.TagClassName
{
border-color: #C22714;
}
</style>