Html Css Color HEX #C83D23 Harley Davidson Orange
📋 copy color: '#C83D23'red 200 ◦ green 61 ◦ blue 35
Shades of Harley Davidson Orange #C83D23
Tints of Harley Davidson Orange #C83D23
RGB
CMYK
RGB Variations
Color information
#C83D23 (or 0xC83D23) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 23. RGB value is (200,61,35). Sum of RGB (Red+Green+Blue) = 200+61+35=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D23 is #37C2DC. Grayscale: #636363. Windows color (decimal): -3654365 or 2309576. OLE color: 2309576.
HSL color Cylindrical-coordinate representation of color #C83D23: hue angle of 9.45º 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 #C83D23 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 35 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.22 |
| HSL | 9.45º | 0.7% | 0.46% | - |
| HSV(B) | 9.45º | 0.83% | 0.78% | - |
| XYZ | 25.79 | 15.74 | 3.27 | - |
| YUV | 99.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 35 | 0 | 0.69 | 0.82 | 0.22 | 9.45 | 0.7 | 0.46 |
| Hex | C8 | 3D | 23 | 0 | 45 | 52 | 16 | 9 | 46 | 2E |
| Octal | 310 | 75 | 43 | 0 | 105 | 122 | 26 | 11 | 106 | 56 |
| Binary | 11001000 | 111101 | 100011 | 0 | 1000101 | 1010010 | 10110 | 1001 | 1000110 | 101110 |
Color Harmonies of #C83D23
Complementary color
Monochromatic Colors of #C83D23
Black with #C83D23
Text Example
Text Example
White with #C83D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D23; }
p { color: rgb(200,61,35); }
H1.HeaderClassName
{
color: #C83D23;
}
.AnyTagClassName
{
color: #C83D23;
}
</style>
background-color css
<style>
a { background-color: #C83D23; }
a { background-color: rgb(200,61,35); }
div.DivClassName
{
background-color: #C83D23;
}
.BgClassName
{
background-color: #C83D23;
}
</style>
border-color css
<style>
span { border-color: #C83D23; }
span { border-color: rgb(200,61,35); }
td.TdClassName
{
border-color: #C83D23;
}
.TagClassName
{
border-color: #C83D23;
}
</style>