Html Css Color HEX #C23A0D Harley Davidson Orange
📋 copy color: '#C23A0D'red 194 ◦ green 58 ◦ blue 13
Shades of Harley Davidson Orange #C23A0D
Tints of Harley Davidson Orange #C23A0D
RGB
CMYK
RGB Variations
Color information
#C23A0D (or 0xC23A0D) is known color: Harley Davidson Orange. HEX triplet: C2, 3A and 0D. RGB value is (194,58,13). Sum of RGB (Red+Green+Blue) = 194+58+13=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A0D is #3DC5F2. Grayscale: #5D5D5D. Windows color (decimal): -4048371 or 867010. OLE color: 867010.
HSL color Cylindrical-coordinate representation of color #C23A0D: hue angle of 14.92º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C23A0D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.24 |
| HSL | 14.92º | 0.87% | 0.41% | - |
| HSV(B) | 14.92º | 0.93% | 0.76% | - |
| XYZ | 23.83 | 14.52 | 1.93 | - |
| YUV | 93.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 13 | 0 | 0.70 | 0.93 | 0.24 | 14.92 | 0.87 | 0.41 |
| Hex | C2 | 3A | D | 0 | 46 | 5D | 18 | F | 57 | 29 |
| Octal | 302 | 72 | 15 | 0 | 106 | 135 | 30 | 17 | 127 | 51 |
| Binary | 11000010 | 111010 | 1101 | 0 | 1000110 | 1011101 | 11000 | 1111 | 1010111 | 101001 |
Color Harmonies of #C23A0D
Complementary color
Monochromatic Colors of #C23A0D
Black with #C23A0D
Text Example
Text Example
White with #C23A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A0D; }
p { color: rgb(194,58,13); }
H1.HeaderClassName
{
color: #C23A0D;
}
.AnyTagClassName
{
color: #C23A0D;
}
</style>
background-color css
<style>
a { background-color: #C23A0D; }
a { background-color: rgb(194,58,13); }
div.DivClassName
{
background-color: #C23A0D;
}
.BgClassName
{
background-color: #C23A0D;
}
</style>
border-color css
<style>
span { border-color: #C23A0D; }
span { border-color: rgb(194,58,13); }
td.TdClassName
{
border-color: #C23A0D;
}
.TagClassName
{
border-color: #C23A0D;
}
</style>