Html Css Color HEX #C2341D Harley Davidson Orange
📋 copy color: '#C2341D'red 194 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #C2341D
Tints of Harley Davidson Orange #C2341D
RGB
CMYK
RGB Variations
Color information
#C2341D (or 0xC2341D) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 1D. RGB value is (194,52,29). Sum of RGB (Red+Green+Blue) = 194+52+29=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2341D is #3DCBE2. Grayscale: #5C5C5C. Windows color (decimal): -4049891 or 1914050. OLE color: 1914050.
HSL color Cylindrical-coordinate representation of color #C2341D: hue angle of 8.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2341D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 29 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.24 |
| HSL | 8.36º | 0.74% | 0.44% | - |
| HSV(B) | 8.36º | 0.85% | 0.76% | - |
| XYZ | 23.7 | 14.01 | 2.62 | - |
| YUV | 91.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 29 | 0 | 0.73 | 0.85 | 0.24 | 8.36 | 0.74 | 0.44 |
| Hex | C2 | 34 | 1D | 0 | 49 | 55 | 18 | 8 | 4A | 2C |
| Octal | 302 | 64 | 35 | 0 | 111 | 125 | 30 | 10 | 112 | 54 |
| Binary | 11000010 | 110100 | 11101 | 0 | 1001001 | 1010101 | 11000 | 1000 | 1001010 | 101100 |
Color Harmonies of #C2341D
Complementary color
Monochromatic Colors of #C2341D
Black with #C2341D
Text Example
Text Example
White with #C2341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2341D; }
p { color: rgb(194,52,29); }
H1.HeaderClassName
{
color: #C2341D;
}
.AnyTagClassName
{
color: #C2341D;
}
</style>
background-color css
<style>
a { background-color: #C2341D; }
a { background-color: rgb(194,52,29); }
div.DivClassName
{
background-color: #C2341D;
}
.BgClassName
{
background-color: #C2341D;
}
</style>
border-color css
<style>
span { border-color: #C2341D; }
span { border-color: rgb(194,52,29); }
td.TdClassName
{
border-color: #C2341D;
}
.TagClassName
{
border-color: #C2341D;
}
</style>