Html Css Color HEX #C23524 Harley Davidson Orange
📋 copy color: '#C23524'red 194 ◦ green 53 ◦ blue 36
Shades of Harley Davidson Orange #C23524
Tints of Harley Davidson Orange #C23524
RGB
CMYK
RGB Variations
Color information
#C23524 (or 0xC23524) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 24. RGB value is (194,53,36). Sum of RGB (Red+Green+Blue) = 194+53+36=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C23524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23524 is #3DCADB. Grayscale: #5D5D5D. Windows color (decimal): -4049628 or 2373058. OLE color: 2373058.
HSL color Cylindrical-coordinate representation of color #C23524: hue angle of 6.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C23524 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.24 |
| HSL | 6.46º | 0.69% | 0.45% | - |
| HSV(B) | 6.46º | 0.81% | 0.76% | - |
| XYZ | 23.84 | 14.14 | 3.14 | - |
| YUV | 93.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 36 | 0 | 0.73 | 0.81 | 0.24 | 6.46 | 0.69 | 0.45 |
| Hex | C2 | 35 | 24 | 0 | 49 | 51 | 18 | 6 | 45 | 2D |
| Octal | 302 | 65 | 44 | 0 | 111 | 121 | 30 | 6 | 105 | 55 |
| Binary | 11000010 | 110101 | 100100 | 0 | 1001001 | 1010001 | 11000 | 110 | 1000101 | 101101 |
Color Harmonies of #C23524
Complementary color
Monochromatic Colors of #C23524
Black with #C23524
Text Example
Text Example
White with #C23524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23524; }
p { color: rgb(194,53,36); }
H1.HeaderClassName
{
color: #C23524;
}
.AnyTagClassName
{
color: #C23524;
}
</style>
background-color css
<style>
a { background-color: #C23524; }
a { background-color: rgb(194,53,36); }
div.DivClassName
{
background-color: #C23524;
}
.BgClassName
{
background-color: #C23524;
}
</style>
border-color css
<style>
span { border-color: #C23524; }
span { border-color: rgb(194,53,36); }
td.TdClassName
{
border-color: #C23524;
}
.TagClassName
{
border-color: #C23524;
}
</style>