Html Css Color HEX #C83512 Harley Davidson Orange
📋 copy color: '#C83512'red 200 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #C83512
Tints of Harley Davidson Orange #C83512
RGB
CMYK
RGB Variations
Color information
#C83512 (or 0xC83512) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 12. RGB value is (200,53,18). Sum of RGB (Red+Green+Blue) = 200+53+18=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C83512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83512 is #37CAED. Grayscale: #5D5D5D. Windows color (decimal): -3656430 or 1193416. OLE color: 1193416.
HSL color Cylindrical-coordinate representation of color #C83512: hue angle of 11.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C83512 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 11.54º | 0.83% | 0.43% | - |
| HSV(B) | 11.54º | 0.91% | 0.78% | - |
| XYZ | 25.2 | 14.87 | 2.11 | - |
| YUV | 92.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 18 | 0 | 0.74 | 0.91 | 0.22 | 11.54 | 0.83 | 0.43 |
| Hex | C8 | 35 | 12 | 0 | 4A | 5B | 16 | C | 53 | 2B |
| Octal | 310 | 65 | 22 | 0 | 112 | 133 | 26 | 14 | 123 | 53 |
| Binary | 11001000 | 110101 | 10010 | 0 | 1001010 | 1011011 | 10110 | 1100 | 1010011 | 101011 |
Color Harmonies of #C83512
Complementary color
Monochromatic Colors of #C83512
Black with #C83512
Text Example
Text Example
White with #C83512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83512; }
p { color: rgb(200,53,18); }
H1.HeaderClassName
{
color: #C83512;
}
.AnyTagClassName
{
color: #C83512;
}
</style>
background-color css
<style>
a { background-color: #C83512; }
a { background-color: rgb(200,53,18); }
div.DivClassName
{
background-color: #C83512;
}
.BgClassName
{
background-color: #C83512;
}
</style>
border-color css
<style>
span { border-color: #C83512; }
span { border-color: rgb(200,53,18); }
td.TdClassName
{
border-color: #C83512;
}
.TagClassName
{
border-color: #C83512;
}
</style>