Html Css Color HEX #C0341A Harley Davidson Orange
📋 copy color: '#C0341A'red 192 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C0341A
Tints of Harley Davidson Orange #C0341A
RGB
CMYK
RGB Variations
Color information
#C0341A (or 0xC0341A) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 1A. RGB value is (192,52,26). Sum of RGB (Red+Green+Blue) = 192+52+26=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0341A is #3FCBE5. Grayscale: #5B5B5B. Windows color (decimal): -4180966 or 1717440. OLE color: 1717440.
HSL color Cylindrical-coordinate representation of color #C0341A: hue angle of 9.4º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0341A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 26 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.25 |
| HSL | 9.4º | 0.76% | 0.43% | - |
| HSV(B) | 9.4º | 0.86% | 0.75% | - |
| XYZ | 23.15 | 13.74 | 2.41 | - |
| YUV | 90.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 26 | 0 | 0.73 | 0.86 | 0.25 | 9.4 | 0.76 | 0.43 |
| Hex | C0 | 34 | 1A | 0 | 49 | 56 | 19 | 9 | 4C | 2B |
| Octal | 300 | 64 | 32 | 0 | 111 | 126 | 31 | 11 | 114 | 53 |
| Binary | 11000000 | 110100 | 11010 | 0 | 1001001 | 1010110 | 11001 | 1001 | 1001100 | 101011 |
Color Harmonies of #C0341A
Complementary color
Monochromatic Colors of #C0341A
Black with #C0341A
Text Example
Text Example
White with #C0341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0341A; }
p { color: rgb(192,52,26); }
H1.HeaderClassName
{
color: #C0341A;
}
.AnyTagClassName
{
color: #C0341A;
}
</style>
background-color css
<style>
a { background-color: #C0341A; }
a { background-color: rgb(192,52,26); }
div.DivClassName
{
background-color: #C0341A;
}
.BgClassName
{
background-color: #C0341A;
}
</style>
border-color css
<style>
span { border-color: #C0341A; }
span { border-color: rgb(192,52,26); }
td.TdClassName
{
border-color: #C0341A;
}
.TagClassName
{
border-color: #C0341A;
}
</style>