Html Css Color HEX #C23718 Harley Davidson Orange
📋 copy color: '#C23718'red 194 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #C23718
Tints of Harley Davidson Orange #C23718
RGB
CMYK
RGB Variations
Color information
#C23718 (or 0xC23718) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 18. RGB value is (194,55,24). Sum of RGB (Red+Green+Blue) = 194+55+24=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C23718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23718 is #3DC8E7. Grayscale: #5D5D5D. Windows color (decimal): -4049128 or 1587138. OLE color: 1587138.
HSL color Cylindrical-coordinate representation of color #C23718: hue angle of 10.94º 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 #C23718 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.24 |
| HSL | 10.94º | 0.78% | 0.43% | - |
| HSV(B) | 10.94º | 0.88% | 0.76% | - |
| XYZ | 23.78 | 14.27 | 2.36 | - |
| YUV | 93.03 | 89.05 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 24 | 0 | 0.72 | 0.88 | 0.24 | 10.94 | 0.78 | 0.43 |
| Hex | C2 | 37 | 18 | 0 | 48 | 58 | 18 | B | 4E | 2B |
| Octal | 302 | 67 | 30 | 0 | 110 | 130 | 30 | 13 | 116 | 53 |
| Binary | 11000010 | 110111 | 11000 | 0 | 1001000 | 1011000 | 11000 | 1011 | 1001110 | 101011 |
Color Harmonies of #C23718
Complementary color
Monochromatic Colors of #C23718
Black with #C23718
Text Example
Text Example
White with #C23718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23718; }
p { color: rgb(194,55,24); }
H1.HeaderClassName
{
color: #C23718;
}
.AnyTagClassName
{
color: #C23718;
}
</style>
background-color css
<style>
a { background-color: #C23718; }
a { background-color: rgb(194,55,24); }
div.DivClassName
{
background-color: #C23718;
}
.BgClassName
{
background-color: #C23718;
}
</style>
border-color css
<style>
span { border-color: #C23718; }
span { border-color: rgb(194,55,24); }
td.TdClassName
{
border-color: #C23718;
}
.TagClassName
{
border-color: #C23718;
}
</style>