Html Css Color HEX #C23518 Harley Davidson Orange
📋 copy color: '#C23518'red 194 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #C23518
Tints of Harley Davidson Orange #C23518
RGB
CMYK
RGB Variations
Color information
#C23518 (or 0xC23518) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 18. RGB value is (194,53,24). Sum of RGB (Red+Green+Blue) = 194+53+24=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C23518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23518 is #3DCAE7. Grayscale: #5C5C5C. Windows color (decimal): -4049640 or 1586626. OLE color: 1586626.
HSL color Cylindrical-coordinate representation of color #C23518: hue angle of 10.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C23518 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 24 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.24 |
| HSL | 10.24º | 0.78% | 0.43% | - |
| HSV(B) | 10.24º | 0.88% | 0.76% | - |
| XYZ | 23.69 | 14.08 | 2.33 | - |
| YUV | 91.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 24 | 0 | 0.73 | 0.88 | 0.24 | 10.24 | 0.78 | 0.43 |
| Hex | C2 | 35 | 18 | 0 | 49 | 58 | 18 | A | 4E | 2B |
| Octal | 302 | 65 | 30 | 0 | 111 | 130 | 30 | 12 | 116 | 53 |
| Binary | 11000010 | 110101 | 11000 | 0 | 1001001 | 1011000 | 11000 | 1010 | 1001110 | 101011 |
Color Harmonies of #C23518
Complementary color
Monochromatic Colors of #C23518
Black with #C23518
Text Example
Text Example
White with #C23518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23518; }
p { color: rgb(194,53,24); }
H1.HeaderClassName
{
color: #C23518;
}
.AnyTagClassName
{
color: #C23518;
}
</style>
background-color css
<style>
a { background-color: #C23518; }
a { background-color: rgb(194,53,24); }
div.DivClassName
{
background-color: #C23518;
}
.BgClassName
{
background-color: #C23518;
}
</style>
border-color css
<style>
span { border-color: #C23518; }
span { border-color: rgb(194,53,24); }
td.TdClassName
{
border-color: #C23518;
}
.TagClassName
{
border-color: #C23518;
}
</style>