Html Css Color HEX #C2341A Harley Davidson Orange
📋 copy color: '#C2341A'red 194 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C2341A
Tints of Harley Davidson Orange #C2341A
RGB
CMYK
RGB Variations
Color information
#C2341A (or 0xC2341A) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 1A. RGB value is (194,52,26). Sum of RGB (Red+Green+Blue) = 194+52+26=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2341A is #3DCBE5. Grayscale: #5B5B5B. Windows color (decimal): -4049894 or 1717442. OLE color: 1717442.
HSL color Cylindrical-coordinate representation of color #C2341A: hue angle of 9.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2341A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 26 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.24 |
| HSL | 9.29º | 0.76% | 0.43% | - |
| HSV(B) | 9.29º | 0.87% | 0.76% | - |
| XYZ | 23.66 | 14 | 2.43 | - |
| YUV | 91.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 26 | 0 | 0.73 | 0.87 | 0.24 | 9.29 | 0.76 | 0.43 |
| Hex | C2 | 34 | 1A | 0 | 49 | 57 | 18 | 9 | 4C | 2B |
| Octal | 302 | 64 | 32 | 0 | 111 | 127 | 30 | 11 | 114 | 53 |
| Binary | 11000010 | 110100 | 11010 | 0 | 1001001 | 1010111 | 11000 | 1001 | 1001100 | 101011 |
Color Harmonies of #C2341A
Complementary color
Monochromatic Colors of #C2341A
Black with #C2341A
Text Example
Text Example
White with #C2341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2341A; }
p { color: rgb(194,52,26); }
H1.HeaderClassName
{
color: #C2341A;
}
.AnyTagClassName
{
color: #C2341A;
}
</style>
background-color css
<style>
a { background-color: #C2341A; }
a { background-color: rgb(194,52,26); }
div.DivClassName
{
background-color: #C2341A;
}
.BgClassName
{
background-color: #C2341A;
}
</style>
border-color css
<style>
span { border-color: #C2341A; }
span { border-color: rgb(194,52,26); }
td.TdClassName
{
border-color: #C2341A;
}
.TagClassName
{
border-color: #C2341A;
}
</style>