Html Css Color HEX #C22504 Harley Davidson Orange
📋 copy color: '#C22504'red 194 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #C22504
Tints of Harley Davidson Orange #C22504
RGB
CMYK
RGB Variations
Color information
#C22504 (or 0xC22504) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 04. RGB value is (194,37,4). Sum of RGB (Red+Green+Blue) = 194+37+4=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C22504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22504 is #3DDAFB. Grayscale: #505050. Windows color (decimal): -4053756 or 271810. OLE color: 271810.
HSL color Cylindrical-coordinate representation of color #C22504: hue angle of 10.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C22504 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.24 |
| HSL | 10.42º | 0.96% | 0.39% | - |
| HSV(B) | 10.42º | 0.98% | 0.76% | - |
| XYZ | 22.93 | 12.8 | 1.38 | - |
| YUV | 80.18 | 85.01 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 4 | 0 | 0.81 | 0.98 | 0.24 | 10.42 | 0.96 | 0.39 |
| Hex | C2 | 25 | 4 | 0 | 51 | 62 | 18 | A | 60 | 27 |
| Octal | 302 | 45 | 4 | 0 | 121 | 142 | 30 | 12 | 140 | 47 |
| Binary | 11000010 | 100101 | 100 | 0 | 1010001 | 1100010 | 11000 | 1010 | 1100000 | 100111 |
Color Harmonies of #C22504
Complementary color
Monochromatic Colors of #C22504
Black with #C22504
Text Example
Text Example
White with #C22504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22504; }
p { color: rgb(194,37,4); }
H1.HeaderClassName
{
color: #C22504;
}
.AnyTagClassName
{
color: #C22504;
}
</style>
background-color css
<style>
a { background-color: #C22504; }
a { background-color: rgb(194,37,4); }
div.DivClassName
{
background-color: #C22504;
}
.BgClassName
{
background-color: #C22504;
}
</style>
border-color css
<style>
span { border-color: #C22504; }
span { border-color: rgb(194,37,4); }
td.TdClassName
{
border-color: #C22504;
}
.TagClassName
{
border-color: #C22504;
}
</style>