Html Css Color HEX #C2370A Harley Davidson Orange
📋 copy color: '#C2370A'red 194 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #C2370A
Tints of Harley Davidson Orange #C2370A
RGB
CMYK
RGB Variations
Color information
#C2370A (or 0xC2370A) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 0A. RGB value is (194,55,10). Sum of RGB (Red+Green+Blue) = 194+55+10=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2370A is #3DC8F5. Grayscale: #5B5B5B. Windows color (decimal): -4049142 or 669634. OLE color: 669634.
HSL color Cylindrical-coordinate representation of color #C2370A: hue angle of 14.67º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2370A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.24 |
| HSL | 14.67º | 0.9% | 0.4% | - |
| HSV(B) | 14.67º | 0.95% | 0.76% | - |
| XYZ | 23.67 | 14.22 | 1.79 | - |
| YUV | 91.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 10 | 0 | 0.72 | 0.95 | 0.24 | 14.67 | 0.9 | 0.4 |
| Hex | C2 | 37 | A | 0 | 48 | 5F | 18 | F | 5A | 28 |
| Octal | 302 | 67 | 12 | 0 | 110 | 137 | 30 | 17 | 132 | 50 |
| Binary | 11000010 | 110111 | 1010 | 0 | 1001000 | 1011111 | 11000 | 1111 | 1011010 | 101000 |
Color Harmonies of #C2370A
Complementary color
Monochromatic Colors of #C2370A
Black with #C2370A
Text Example
Text Example
White with #C2370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2370A; }
p { color: rgb(194,55,10); }
H1.HeaderClassName
{
color: #C2370A;
}
.AnyTagClassName
{
color: #C2370A;
}
</style>
background-color css
<style>
a { background-color: #C2370A; }
a { background-color: rgb(194,55,10); }
div.DivClassName
{
background-color: #C2370A;
}
.BgClassName
{
background-color: #C2370A;
}
</style>
border-color css
<style>
span { border-color: #C2370A; }
span { border-color: rgb(194,55,10); }
td.TdClassName
{
border-color: #C2370A;
}
.TagClassName
{
border-color: #C2370A;
}
</style>