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