Html Css Color HEX #C22701 Harley Davidson Orange
📋 copy color: '#C22701'red 194 ◦ green 39 ◦ blue 1
Shades of Harley Davidson Orange #C22701
Tints of Harley Davidson Orange #C22701
RGB
CMYK
RGB Variations
Color information
#C22701 (or 0xC22701) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 01. RGB value is (194,39,1). Sum of RGB (Red+Green+Blue) = 194+39+1=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C22701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22701 is #3DD8FE. Grayscale: #515151. Windows color (decimal): -4053247 or 75714. OLE color: 75714.
HSL color Cylindrical-coordinate representation of color #C22701: hue angle of 11.81º degrees, saturation: 0.99, 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 #C22701 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.24 |
| HSL | 11.81º | 0.99% | 0.38% | - |
| HSV(B) | 11.81º | 0.99% | 0.76% | - |
| XYZ | 22.98 | 12.92 | 1.31 | - |
| YUV | 81.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 1 | 0 | 0.80 | 0.99 | 0.24 | 11.81 | 0.99 | 0.38 |
| Hex | C2 | 27 | 1 | 0 | 50 | 63 | 18 | C | 63 | 26 |
| Octal | 302 | 47 | 1 | 0 | 120 | 143 | 30 | 14 | 143 | 46 |
| Binary | 11000010 | 100111 | 1 | 0 | 1010000 | 1100011 | 11000 | 1100 | 1100011 | 100110 |
Color Harmonies of #C22701
Complementary color
Monochromatic Colors of #C22701
Black with #C22701
Text Example
Text Example
White with #C22701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22701; }
p { color: rgb(194,39,1); }
H1.HeaderClassName
{
color: #C22701;
}
.AnyTagClassName
{
color: #C22701;
}
</style>
background-color css
<style>
a { background-color: #C22701; }
a { background-color: rgb(194,39,1); }
div.DivClassName
{
background-color: #C22701;
}
.BgClassName
{
background-color: #C22701;
}
</style>
border-color css
<style>
span { border-color: #C22701; }
span { border-color: rgb(194,39,1); }
td.TdClassName
{
border-color: #C22701;
}
.TagClassName
{
border-color: #C22701;
}
</style>