Html Css Color HEX #C2341C Harley Davidson Orange
📋 copy color: '#C2341C'red 194 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #C2341C
Tints of Harley Davidson Orange #C2341C
RGB
CMYK
RGB Variations
Color information
#C2341C (or 0xC2341C) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 1C. RGB value is (194,52,28). Sum of RGB (Red+Green+Blue) = 194+52+28=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2341C is #3DCBE3. Grayscale: #5B5B5B. Windows color (decimal): -4049892 or 1848514. OLE color: 1848514.
HSL color Cylindrical-coordinate representation of color #C2341C: hue angle of 8.67º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2341C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 28 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.24 |
| HSL | 8.67º | 0.75% | 0.44% | - |
| HSV(B) | 8.67º | 0.86% | 0.76% | - |
| XYZ | 23.69 | 14.01 | 2.55 | - |
| YUV | 91.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 28 | 0 | 0.73 | 0.86 | 0.24 | 8.67 | 0.75 | 0.44 |
| Hex | C2 | 34 | 1C | 0 | 49 | 56 | 18 | 9 | 4B | 2C |
| Octal | 302 | 64 | 34 | 0 | 111 | 126 | 30 | 11 | 113 | 54 |
| Binary | 11000010 | 110100 | 11100 | 0 | 1001001 | 1010110 | 11000 | 1001 | 1001011 | 101100 |
Color Harmonies of #C2341C
Complementary color
Monochromatic Colors of #C2341C
Black with #C2341C
Text Example
Text Example
White with #C2341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2341C; }
p { color: rgb(194,52,28); }
H1.HeaderClassName
{
color: #C2341C;
}
.AnyTagClassName
{
color: #C2341C;
}
</style>
background-color css
<style>
a { background-color: #C2341C; }
a { background-color: rgb(194,52,28); }
div.DivClassName
{
background-color: #C2341C;
}
.BgClassName
{
background-color: #C2341C;
}
</style>
border-color css
<style>
span { border-color: #C2341C; }
span { border-color: rgb(194,52,28); }
td.TdClassName
{
border-color: #C2341C;
}
.TagClassName
{
border-color: #C2341C;
}
</style>