Html Css Color HEX #C83A23 Harley Davidson Orange
📋 copy color: '#C83A23'red 200 ◦ green 58 ◦ blue 35
Shades of Harley Davidson Orange #C83A23
Tints of Harley Davidson Orange #C83A23
RGB
CMYK
RGB Variations
Color information
#C83A23 (or 0xC83A23) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 23. RGB value is (200,58,35). Sum of RGB (Red+Green+Blue) = 200+58+35=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A23 is #37C5DC. Grayscale: #626262. Windows color (decimal): -3655133 or 2308808. OLE color: 2308808.
HSL color Cylindrical-coordinate representation of color #C83A23: hue angle of 8.36º 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 #C83A23 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 35 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.22 |
| HSL | 8.36º | 0.7% | 0.46% | - |
| HSV(B) | 8.36º | 0.83% | 0.78% | - |
| XYZ | 25.64 | 15.43 | 3.22 | - |
| YUV | 97.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 35 | 0 | 0.71 | 0.82 | 0.22 | 8.36 | 0.7 | 0.46 |
| Hex | C8 | 3A | 23 | 0 | 47 | 52 | 16 | 8 | 46 | 2E |
| Octal | 310 | 72 | 43 | 0 | 107 | 122 | 26 | 10 | 106 | 56 |
| Binary | 11001000 | 111010 | 100011 | 0 | 1000111 | 1010010 | 10110 | 1000 | 1000110 | 101110 |
Color Harmonies of #C83A23
Complementary color
Monochromatic Colors of #C83A23
Black with #C83A23
Text Example
Text Example
White with #C83A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A23; }
p { color: rgb(200,58,35); }
H1.HeaderClassName
{
color: #C83A23;
}
.AnyTagClassName
{
color: #C83A23;
}
</style>
background-color css
<style>
a { background-color: #C83A23; }
a { background-color: rgb(200,58,35); }
div.DivClassName
{
background-color: #C83A23;
}
.BgClassName
{
background-color: #C83A23;
}
</style>
border-color css
<style>
span { border-color: #C83A23; }
span { border-color: rgb(200,58,35); }
td.TdClassName
{
border-color: #C83A23;
}
.TagClassName
{
border-color: #C83A23;
}
</style>