Html Css Color HEX #C83323 Harley Davidson Orange
📋 copy color: '#C83323'red 200 ◦ green 51 ◦ blue 35
Shades of Harley Davidson Orange #C83323
Tints of Harley Davidson Orange #C83323
RGB
CMYK
RGB Variations
Color information
#C83323 (or 0xC83323) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 23. RGB value is (200,51,35). Sum of RGB (Red+Green+Blue) = 200+51+35=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83323 is #37CCDC. Grayscale: #5D5D5D. Windows color (decimal): -3656925 or 2307016. OLE color: 2307016.
HSL color Cylindrical-coordinate representation of color #C83323: hue angle of 5.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C83323 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 35 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.22 |
| HSL | 5.82º | 0.7% | 0.46% | - |
| HSV(B) | 5.82º | 0.83% | 0.78% | - |
| XYZ | 25.31 | 14.77 | 3.11 | - |
| YUV | 93.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 35 | 0 | 0.74 | 0.82 | 0.22 | 5.82 | 0.7 | 0.46 |
| Hex | C8 | 33 | 23 | 0 | 4A | 52 | 16 | 6 | 46 | 2E |
| Octal | 310 | 63 | 43 | 0 | 112 | 122 | 26 | 6 | 106 | 56 |
| Binary | 11001000 | 110011 | 100011 | 0 | 1001010 | 1010010 | 10110 | 110 | 1000110 | 101110 |
Color Harmonies of #C83323
Complementary color
Monochromatic Colors of #C83323
Black with #C83323
Text Example
Text Example
White with #C83323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83323; }
p { color: rgb(200,51,35); }
H1.HeaderClassName
{
color: #C83323;
}
.AnyTagClassName
{
color: #C83323;
}
</style>
background-color css
<style>
a { background-color: #C83323; }
a { background-color: rgb(200,51,35); }
div.DivClassName
{
background-color: #C83323;
}
.BgClassName
{
background-color: #C83323;
}
</style>
border-color css
<style>
span { border-color: #C83323; }
span { border-color: rgb(200,51,35); }
td.TdClassName
{
border-color: #C83323;
}
.TagClassName
{
border-color: #C83323;
}
</style>