Html Css Color HEX #C22502 Harley Davidson Orange
📋 copy color: '#C22502'red 194 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #C22502
Tints of Harley Davidson Orange #C22502
RGB
CMYK
RGB Variations
Color information
#C22502 (or 0xC22502) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 02. RGB value is (194,37,2). Sum of RGB (Red+Green+Blue) = 194+37+2=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C22502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22502 is #3DDAFD. Grayscale: #505050. Windows color (decimal): -4053758 or 140738. OLE color: 140738.
HSL color Cylindrical-coordinate representation of color #C22502: hue angle of 10.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C22502 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.24 |
| HSL | 10.94º | 0.98% | 0.38% | - |
| HSV(B) | 10.94º | 0.99% | 0.76% | - |
| XYZ | 22.92 | 12.8 | 1.32 | - |
| YUV | 79.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 2 | 0 | 0.81 | 0.99 | 0.24 | 10.94 | 0.98 | 0.38 |
| Hex | C2 | 25 | 2 | 0 | 51 | 63 | 18 | B | 62 | 26 |
| Octal | 302 | 45 | 2 | 0 | 121 | 143 | 30 | 13 | 142 | 46 |
| Binary | 11000010 | 100101 | 10 | 0 | 1010001 | 1100011 | 11000 | 1011 | 1100010 | 100110 |
Color Harmonies of #C22502
Complementary color
Monochromatic Colors of #C22502
Black with #C22502
Text Example
Text Example
White with #C22502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22502; }
p { color: rgb(194,37,2); }
H1.HeaderClassName
{
color: #C22502;
}
.AnyTagClassName
{
color: #C22502;
}
</style>
background-color css
<style>
a { background-color: #C22502; }
a { background-color: rgb(194,37,2); }
div.DivClassName
{
background-color: #C22502;
}
.BgClassName
{
background-color: #C22502;
}
</style>
border-color css
<style>
span { border-color: #C22502; }
span { border-color: rgb(194,37,2); }
td.TdClassName
{
border-color: #C22502;
}
.TagClassName
{
border-color: #C22502;
}
</style>