Html Css Color HEX #C23323 Harley Davidson Orange
📋 copy color: '#C23323'red 194 ◦ green 51 ◦ blue 35
Shades of Harley Davidson Orange #C23323
Tints of Harley Davidson Orange #C23323
RGB
CMYK
RGB Variations
Color information
#C23323 (or 0xC23323) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 23. RGB value is (194,51,35). Sum of RGB (Red+Green+Blue) = 194+51+35=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C23323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23323 is #3DCCDC. Grayscale: #5C5C5C. Windows color (decimal): -4050141 or 2307010. OLE color: 2307010.
HSL color Cylindrical-coordinate representation of color #C23323: hue angle of 6.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C23323 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 35 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.24 |
| HSL | 6.04º | 0.69% | 0.45% | - |
| HSV(B) | 6.04º | 0.82% | 0.76% | - |
| XYZ | 23.74 | 13.96 | 3.03 | - |
| YUV | 91.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 35 | 0 | 0.74 | 0.82 | 0.24 | 6.04 | 0.69 | 0.45 |
| Hex | C2 | 33 | 23 | 0 | 4A | 52 | 18 | 6 | 45 | 2D |
| Octal | 302 | 63 | 43 | 0 | 112 | 122 | 30 | 6 | 105 | 55 |
| Binary | 11000010 | 110011 | 100011 | 0 | 1001010 | 1010010 | 11000 | 110 | 1000101 | 101101 |
Color Harmonies of #C23323
Complementary color
Monochromatic Colors of #C23323
Black with #C23323
Text Example
Text Example
White with #C23323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23323; }
p { color: rgb(194,51,35); }
H1.HeaderClassName
{
color: #C23323;
}
.AnyTagClassName
{
color: #C23323;
}
</style>
background-color css
<style>
a { background-color: #C23323; }
a { background-color: rgb(194,51,35); }
div.DivClassName
{
background-color: #C23323;
}
.BgClassName
{
background-color: #C23323;
}
</style>
border-color css
<style>
span { border-color: #C23323; }
span { border-color: rgb(194,51,35); }
td.TdClassName
{
border-color: #C23323;
}
.TagClassName
{
border-color: #C23323;
}
</style>