Html Css Color HEX #C2351C Harley Davidson Orange
📋 copy color: '#C2351C'red 194 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #C2351C
Tints of Harley Davidson Orange #C2351C
RGB
CMYK
RGB Variations
Color information
#C2351C (or 0xC2351C) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 1C. RGB value is (194,53,28). Sum of RGB (Red+Green+Blue) = 194+53+28=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2351C is #3DCAE3. Grayscale: #5C5C5C. Windows color (decimal): -4049636 or 1848770. OLE color: 1848770.
HSL color Cylindrical-coordinate representation of color #C2351C: hue angle of 9.04º 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 #C2351C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 28 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.24 |
| HSL | 9.04º | 0.75% | 0.44% | - |
| HSV(B) | 9.04º | 0.86% | 0.76% | - |
| XYZ | 23.73 | 14.1 | 2.57 | - |
| YUV | 92.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 28 | 0 | 0.73 | 0.86 | 0.24 | 9.04 | 0.75 | 0.44 |
| Hex | C2 | 35 | 1C | 0 | 49 | 56 | 18 | 9 | 4B | 2C |
| Octal | 302 | 65 | 34 | 0 | 111 | 126 | 30 | 11 | 113 | 54 |
| Binary | 11000010 | 110101 | 11100 | 0 | 1001001 | 1010110 | 11000 | 1001 | 1001011 | 101100 |
Color Harmonies of #C2351C
Complementary color
Monochromatic Colors of #C2351C
Black with #C2351C
Text Example
Text Example
White with #C2351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2351C; }
p { color: rgb(194,53,28); }
H1.HeaderClassName
{
color: #C2351C;
}
.AnyTagClassName
{
color: #C2351C;
}
</style>
background-color css
<style>
a { background-color: #C2351C; }
a { background-color: rgb(194,53,28); }
div.DivClassName
{
background-color: #C2351C;
}
.BgClassName
{
background-color: #C2351C;
}
</style>
border-color css
<style>
span { border-color: #C2351C; }
span { border-color: rgb(194,53,28); }
td.TdClassName
{
border-color: #C2351C;
}
.TagClassName
{
border-color: #C2351C;
}
</style>