Html Css Color HEX #C83C0D Harley Davidson Orange
📋 copy color: '#C83C0D'red 200 ◦ green 60 ◦ blue 13
Shades of Harley Davidson Orange #C83C0D
Tints of Harley Davidson Orange #C83C0D
RGB
CMYK
RGB Variations
Color information
#C83C0D (or 0xC83C0D) is known color: Harley Davidson Orange. HEX triplet: C8, 3C and 0D. RGB value is (200,60,13). Sum of RGB (Red+Green+Blue) = 200+60+13=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C0D is #37C3F2. Grayscale: #606060. Windows color (decimal): -3654643 or 867528. OLE color: 867528.
HSL color Cylindrical-coordinate representation of color #C83C0D: hue angle of 15.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C83C0D is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 13 | - |
| CMYK | 0 | 0.7 | 0.94 | 0.22 |
| HSL | 15.08º | 0.88% | 0.42% | - |
| HSV(B) | 15.08º | 0.94% | 0.78% | - |
| XYZ | 25.51 | 15.54 | 2.04 | - |
| YUV | 96.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 13 | 0 | 0.7 | 0.94 | 0.22 | 15.08 | 0.88 | 0.42 |
| Hex | C8 | 3C | D | 0 | 46 | 5E | 16 | F | 58 | 2A |
| Octal | 310 | 74 | 15 | 0 | 106 | 136 | 26 | 17 | 130 | 52 |
| Binary | 11001000 | 111100 | 1101 | 0 | 1000110 | 1011110 | 10110 | 1111 | 1011000 | 101010 |
Color Harmonies of #C83C0D
Complementary color
Monochromatic Colors of #C83C0D
Black with #C83C0D
Text Example
Text Example
White with #C83C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C0D; }
p { color: rgb(200,60,13); }
H1.HeaderClassName
{
color: #C83C0D;
}
.AnyTagClassName
{
color: #C83C0D;
}
</style>
background-color css
<style>
a { background-color: #C83C0D; }
a { background-color: rgb(200,60,13); }
div.DivClassName
{
background-color: #C83C0D;
}
.BgClassName
{
background-color: #C83C0D;
}
</style>
border-color css
<style>
span { border-color: #C83C0D; }
span { border-color: rgb(200,60,13); }
td.TdClassName
{
border-color: #C83C0D;
}
.TagClassName
{
border-color: #C83C0D;
}
</style>