Html Css Color HEX #C22F00 Harley Davidson Orange
📋 copy color: '#C22F00'red 194 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #C22F00
Tints of Harley Davidson Orange #C22F00
RGB
CMYK
RGB Variations
Color information
#C22F00 (or 0xC22F00) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 00. RGB value is (194,47,0). Sum of RGB (Red+Green+Blue) = 194+47+0=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F00 is #3DD0FF. Grayscale: #555555. Windows color (decimal): -4051200 or 12226. OLE color: 12226.
HSL color Cylindrical-coordinate representation of color #C22F00: hue angle of 14.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C22F00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.24 |
| HSL | 14.54º | 1% | 0.38% | - |
| HSV(B) | 14.54º | 1% | 0.76% | - |
| XYZ | 23.26 | 13.5 | 1.38 | - |
| YUV | 85.6 | 79.7 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 0 | 0 | 0.76 | 1 | 0.24 | 14.54 | 1 | 0.38 |
| Hex | C2 | 2F | 0 | 0 | 4C | 64 | 18 | F | 64 | 26 |
| Octal | 302 | 57 | 0 | 0 | 114 | 144 | 30 | 17 | 144 | 46 |
| Binary | 11000010 | 101111 | 0 | 0 | 1001100 | 1100100 | 11000 | 1111 | 1100100 | 100110 |
Color Harmonies of #C22F00
Complementary color
Monochromatic Colors of #C22F00
Black with #C22F00
Text Example
Text Example
White with #C22F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F00; }
p { color: rgb(194,47,0); }
H1.HeaderClassName
{
color: #C22F00;
}
.AnyTagClassName
{
color: #C22F00;
}
</style>
background-color css
<style>
a { background-color: #C22F00; }
a { background-color: rgb(194,47,0); }
div.DivClassName
{
background-color: #C22F00;
}
.BgClassName
{
background-color: #C22F00;
}
</style>
border-color css
<style>
span { border-color: #C22F00; }
span { border-color: rgb(194,47,0); }
td.TdClassName
{
border-color: #C22F00;
}
.TagClassName
{
border-color: #C22F00;
}
</style>