Html Css Color HEX #C23A1B Harley Davidson Orange
📋 copy color: '#C23A1B'red 194 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #C23A1B
Tints of Harley Davidson Orange #C23A1B
RGB
CMYK
RGB Variations
Color information
#C23A1B (or 0xC23A1B) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 1B. RGB value is (194,58,27). Sum of RGB (Red+Green+Blue) = 194+58+27=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A1B is #3DC5E4. Grayscale: #5F5F5F. Windows color (decimal): -4048357 or 1784514. OLE color: 1784514.
HSL color Cylindrical-coordinate representation of color #C23A1B: hue angle of 11.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C23A1B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.24 |
| HSL | 11.14º | 0.76% | 0.43% | - |
| HSV(B) | 11.14º | 0.86% | 0.76% | - |
| XYZ | 23.96 | 14.57 | 2.59 | - |
| YUV | 95.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 27 | 0 | 0.70 | 0.86 | 0.24 | 11.14 | 0.76 | 0.43 |
| Hex | C2 | 3A | 1B | 0 | 46 | 56 | 18 | B | 4C | 2B |
| Octal | 302 | 72 | 33 | 0 | 106 | 126 | 30 | 13 | 114 | 53 |
| Binary | 11000010 | 111010 | 11011 | 0 | 1000110 | 1010110 | 11000 | 1011 | 1001100 | 101011 |
Color Harmonies of #C23A1B
Complementary color
Monochromatic Colors of #C23A1B
Black with #C23A1B
Text Example
Text Example
White with #C23A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A1B; }
p { color: rgb(194,58,27); }
H1.HeaderClassName
{
color: #C23A1B;
}
.AnyTagClassName
{
color: #C23A1B;
}
</style>
background-color css
<style>
a { background-color: #C23A1B; }
a { background-color: rgb(194,58,27); }
div.DivClassName
{
background-color: #C23A1B;
}
.BgClassName
{
background-color: #C23A1B;
}
</style>
border-color css
<style>
span { border-color: #C23A1B; }
span { border-color: rgb(194,58,27); }
td.TdClassName
{
border-color: #C23A1B;
}
.TagClassName
{
border-color: #C23A1B;
}
</style>