Html Css Color HEX #C3371A Harley Davidson Orange
📋 copy color: '#C3371A'red 195 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #C3371A
Tints of Harley Davidson Orange #C3371A
RGB
CMYK
RGB Variations
Color information
#C3371A (or 0xC3371A) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 1A. RGB value is (195,55,26). Sum of RGB (Red+Green+Blue) = 195+55+26=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3371A is #3CC8E5. Grayscale: #5D5D5D. Windows color (decimal): -3983590 or 1718211. OLE color: 1718211.
HSL color Cylindrical-coordinate representation of color #C3371A: hue angle of 10.3º 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 #C3371A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.24 |
| HSL | 10.3º | 0.76% | 0.43% | - |
| HSV(B) | 10.3º | 0.87% | 0.76% | - |
| XYZ | 24.06 | 14.41 | 2.49 | - |
| YUV | 93.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 26 | 0 | 0.72 | 0.87 | 0.24 | 10.3 | 0.76 | 0.43 |
| Hex | C3 | 37 | 1A | 0 | 48 | 57 | 18 | A | 4C | 2B |
| Octal | 303 | 67 | 32 | 0 | 110 | 127 | 30 | 12 | 114 | 53 |
| Binary | 11000011 | 110111 | 11010 | 0 | 1001000 | 1010111 | 11000 | 1010 | 1001100 | 101011 |
Color Harmonies of #C3371A
Complementary color
Monochromatic Colors of #C3371A
Black with #C3371A
Text Example
Text Example
White with #C3371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3371A; }
p { color: rgb(195,55,26); }
H1.HeaderClassName
{
color: #C3371A;
}
.AnyTagClassName
{
color: #C3371A;
}
</style>
background-color css
<style>
a { background-color: #C3371A; }
a { background-color: rgb(195,55,26); }
div.DivClassName
{
background-color: #C3371A;
}
.BgClassName
{
background-color: #C3371A;
}
</style>
border-color css
<style>
span { border-color: #C3371A; }
span { border-color: rgb(195,55,26); }
td.TdClassName
{
border-color: #C3371A;
}
.TagClassName
{
border-color: #C3371A;
}
</style>