Html Css Color HEX #C23B20 Harley Davidson Orange
📋 copy color: '#C23B20'red 194 ◦ green 59 ◦ blue 32
Shades of Harley Davidson Orange #C23B20
Tints of Harley Davidson Orange #C23B20
RGB
CMYK
RGB Variations
Color information
#C23B20 (or 0xC23B20) is known color: Harley Davidson Orange. HEX triplet: C2, 3B and 20. RGB value is (194,59,32). Sum of RGB (Red+Green+Blue) = 194+59+32=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B20 is #3DC4DF. Grayscale: #606060. Windows color (decimal): -4048096 or 2112450. OLE color: 2112450.
HSL color Cylindrical-coordinate representation of color #C23B20: hue angle of 10º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C23B20 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 32 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.24 |
| HSL | 10º | 0.72% | 0.44% | - |
| HSV(B) | 10º | 0.84% | 0.76% | - |
| XYZ | 24.07 | 14.7 | 2.94 | - |
| YUV | 96.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 32 | 0 | 0.70 | 0.84 | 0.24 | 10 | 0.72 | 0.44 |
| Hex | C2 | 3B | 20 | 0 | 46 | 54 | 18 | A | 48 | 2C |
| Octal | 302 | 73 | 40 | 0 | 106 | 124 | 30 | 12 | 110 | 54 |
| Binary | 11000010 | 111011 | 100000 | 0 | 1000110 | 1010100 | 11000 | 1010 | 1001000 | 101100 |
Color Harmonies of #C23B20
Complementary color
Monochromatic Colors of #C23B20
Black with #C23B20
Text Example
Text Example
White with #C23B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B20; }
p { color: rgb(194,59,32); }
H1.HeaderClassName
{
color: #C23B20;
}
.AnyTagClassName
{
color: #C23B20;
}
</style>
background-color css
<style>
a { background-color: #C23B20; }
a { background-color: rgb(194,59,32); }
div.DivClassName
{
background-color: #C23B20;
}
.BgClassName
{
background-color: #C23B20;
}
</style>
border-color css
<style>
span { border-color: #C23B20; }
span { border-color: rgb(194,59,32); }
td.TdClassName
{
border-color: #C23B20;
}
.TagClassName
{
border-color: #C23B20;
}
</style>