Html Css Color HEX #C83500 Harley Davidson Orange
📋 copy color: '#C83500'red 200 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #C83500
Tints of Harley Davidson Orange #C83500
RGB
CMYK
RGB Variations
Color information
#C83500 (or 0xC83500) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 00. RGB value is (200,53,0). Sum of RGB (Red+Green+Blue) = 200+53+0=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C83500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83500 is #37CAFF. Grayscale: #5B5B5B. Windows color (decimal): -3656448 or 13768. OLE color: 13768.
HSL color Cylindrical-coordinate representation of color #C83500: hue angle of 15.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.22 |
| HSL | 15.9º | 1% | 0.39% | - |
| HSV(B) | 15.9º | 1% | 0.78% | - |
| XYZ | 25.09 | 14.83 | 1.54 | - |
| YUV | 90.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 0 | 0 | 0.74 | 1 | 0.22 | 15.9 | 1 | 0.39 |
| Hex | C8 | 35 | 0 | 0 | 4A | 64 | 16 | 10 | 64 | 27 |
| Octal | 310 | 65 | 0 | 0 | 112 | 144 | 26 | 20 | 144 | 47 |
| Binary | 11001000 | 110101 | 0 | 0 | 1001010 | 1100100 | 10110 | 10000 | 1100100 | 100111 |
Color Harmonies of #C83500
Complementary color
Monochromatic Colors of #C83500
Black with #C83500
Text Example
Text Example
White with #C83500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83500; }
p { color: rgb(200,53,0); }
H1.HeaderClassName
{
color: #C83500;
}
.AnyTagClassName
{
color: #C83500;
}
</style>
background-color css
<style>
a { background-color: #C83500; }
a { background-color: rgb(200,53,0); }
div.DivClassName
{
background-color: #C83500;
}
.BgClassName
{
background-color: #C83500;
}
</style>
border-color css
<style>
span { border-color: #C83500; }
span { border-color: rgb(200,53,0); }
td.TdClassName
{
border-color: #C83500;
}
.TagClassName
{
border-color: #C83500;
}
</style>