Html Css Color HEX #C23B1D Harley Davidson Orange
📋 copy color: '#C23B1D'red 194 ◦ green 59 ◦ blue 29
Shades of Harley Davidson Orange #C23B1D
Tints of Harley Davidson Orange #C23B1D
RGB
CMYK
RGB Variations
Color information
#C23B1D (or 0xC23B1D) is known color: Harley Davidson Orange. HEX triplet: C2, 3B and 1D. RGB value is (194,59,29). Sum of RGB (Red+Green+Blue) = 194+59+29=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B1D is #3DC4E2. Grayscale: #606060. Windows color (decimal): -4048099 or 1915842. OLE color: 1915842.
HSL color Cylindrical-coordinate representation of color #C23B1D: hue angle of 10.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C23B1D is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 29 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.24 |
| HSL | 10.91º | 0.74% | 0.44% | - |
| HSV(B) | 10.91º | 0.85% | 0.76% | - |
| XYZ | 24.03 | 14.69 | 2.73 | - |
| YUV | 95.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 29 | 0 | 0.70 | 0.85 | 0.24 | 10.91 | 0.74 | 0.44 |
| Hex | C2 | 3B | 1D | 0 | 46 | 55 | 18 | B | 4A | 2C |
| Octal | 302 | 73 | 35 | 0 | 106 | 125 | 30 | 13 | 112 | 54 |
| Binary | 11000010 | 111011 | 11101 | 0 | 1000110 | 1010101 | 11000 | 1011 | 1001010 | 101100 |
Color Harmonies of #C23B1D
Complementary color
Monochromatic Colors of #C23B1D
Black with #C23B1D
Text Example
Text Example
White with #C23B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B1D; }
p { color: rgb(194,59,29); }
H1.HeaderClassName
{
color: #C23B1D;
}
.AnyTagClassName
{
color: #C23B1D;
}
</style>
background-color css
<style>
a { background-color: #C23B1D; }
a { background-color: rgb(194,59,29); }
div.DivClassName
{
background-color: #C23B1D;
}
.BgClassName
{
background-color: #C23B1D;
}
</style>
border-color css
<style>
span { border-color: #C23B1D; }
span { border-color: rgb(194,59,29); }
td.TdClassName
{
border-color: #C23B1D;
}
.TagClassName
{
border-color: #C23B1D;
}
</style>