Html Css Color HEX #C83718 Harley Davidson Orange
📋 copy color: '#C83718'red 200 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #C83718
Tints of Harley Davidson Orange #C83718
RGB
CMYK
RGB Variations
Color information
#C83718 (or 0xC83718) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 18. RGB value is (200,55,24). Sum of RGB (Red+Green+Blue) = 200+55+24=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C83718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83718 is #37C8E7. Grayscale: #5F5F5F. Windows color (decimal): -3655912 or 1587144. OLE color: 1587144.
HSL color Cylindrical-coordinate representation of color #C83718: hue angle of 10.57º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83718 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.22 |
| HSL | 10.57º | 0.79% | 0.44% | - |
| HSV(B) | 10.57º | 0.88% | 0.78% | - |
| XYZ | 25.35 | 15.08 | 2.44 | - |
| YUV | 94.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 24 | 0 | 0.72 | 0.88 | 0.22 | 10.57 | 0.79 | 0.44 |
| Hex | C8 | 37 | 18 | 0 | 48 | 58 | 16 | B | 4F | 2C |
| Octal | 310 | 67 | 30 | 0 | 110 | 130 | 26 | 13 | 117 | 54 |
| Binary | 11001000 | 110111 | 11000 | 0 | 1001000 | 1011000 | 10110 | 1011 | 1001111 | 101100 |
Color Harmonies of #C83718
Complementary color
Monochromatic Colors of #C83718
Black with #C83718
Text Example
Text Example
White with #C83718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83718; }
p { color: rgb(200,55,24); }
H1.HeaderClassName
{
color: #C83718;
}
.AnyTagClassName
{
color: #C83718;
}
</style>
background-color css
<style>
a { background-color: #C83718; }
a { background-color: rgb(200,55,24); }
div.DivClassName
{
background-color: #C83718;
}
.BgClassName
{
background-color: #C83718;
}
</style>
border-color css
<style>
span { border-color: #C83718; }
span { border-color: rgb(200,55,24); }
td.TdClassName
{
border-color: #C83718;
}
.TagClassName
{
border-color: #C83718;
}
</style>