Html Css Color HEX #C03823 Harley Davidson Orange
📋 copy color: '#C03823'red 192 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #C03823
Tints of Harley Davidson Orange #C03823
RGB
CMYK
RGB Variations
Color information
#C03823 (or 0xC03823) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 23. RGB value is (192,56,35). Sum of RGB (Red+Green+Blue) = 192+56+35=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03823 is #3FC7DC. Grayscale: #5E5E5E. Windows color (decimal): -4179933 or 2308288. OLE color: 2308288.
HSL color Cylindrical-coordinate representation of color #C03823: hue angle of 8.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03823 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 35 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.25 |
| HSL | 8.03º | 0.69% | 0.45% | - |
| HSV(B) | 8.03º | 0.82% | 0.75% | - |
| XYZ | 23.46 | 14.16 | 3.09 | - |
| YUV | 94.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 35 | 0 | 0.71 | 0.82 | 0.25 | 8.03 | 0.69 | 0.45 |
| Hex | C0 | 38 | 23 | 0 | 47 | 52 | 19 | 8 | 45 | 2D |
| Octal | 300 | 70 | 43 | 0 | 107 | 122 | 31 | 10 | 105 | 55 |
| Binary | 11000000 | 111000 | 100011 | 0 | 1000111 | 1010010 | 11001 | 1000 | 1000101 | 101101 |
Color Harmonies of #C03823
Complementary color
Monochromatic Colors of #C03823
Black with #C03823
Text Example
Text Example
White with #C03823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03823; }
p { color: rgb(192,56,35); }
H1.HeaderClassName
{
color: #C03823;
}
.AnyTagClassName
{
color: #C03823;
}
</style>
background-color css
<style>
a { background-color: #C03823; }
a { background-color: rgb(192,56,35); }
div.DivClassName
{
background-color: #C03823;
}
.BgClassName
{
background-color: #C03823;
}
</style>
border-color css
<style>
span { border-color: #C03823; }
span { border-color: rgb(192,56,35); }
td.TdClassName
{
border-color: #C03823;
}
.TagClassName
{
border-color: #C03823;
}
</style>