Html Css Color HEX #C83400 Harley Davidson Orange
📋 copy color: '#C83400'red 200 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #C83400
Tints of Harley Davidson Orange #C83400
RGB
CMYK
RGB Variations
Color information
#C83400 (or 0xC83400) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 00. RGB value is (200,52,0). Sum of RGB (Red+Green+Blue) = 200+52+0=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C83400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83400 is #37CBFF. Grayscale: #5A5A5A. Windows color (decimal): -3656704 or 13512. OLE color: 13512.
HSL color Cylindrical-coordinate representation of color #C83400: hue angle of 15.6º 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 #C83400 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.22 |
| HSL | 15.6º | 1% | 0.39% | - |
| HSV(B) | 15.6º | 1% | 0.78% | - |
| XYZ | 25.05 | 14.74 | 1.52 | - |
| YUV | 90.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 0 | 0 | 0.74 | 1 | 0.22 | 15.6 | 1 | 0.39 |
| Hex | C8 | 34 | 0 | 0 | 4A | 64 | 16 | 10 | 64 | 27 |
| Octal | 310 | 64 | 0 | 0 | 112 | 144 | 26 | 20 | 144 | 47 |
| Binary | 11001000 | 110100 | 0 | 0 | 1001010 | 1100100 | 10110 | 10000 | 1100100 | 100111 |
Color Harmonies of #C83400
Complementary color
Monochromatic Colors of #C83400
Black with #C83400
Text Example
Text Example
White with #C83400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83400; }
p { color: rgb(200,52,0); }
H1.HeaderClassName
{
color: #C83400;
}
.AnyTagClassName
{
color: #C83400;
}
</style>
background-color css
<style>
a { background-color: #C83400; }
a { background-color: rgb(200,52,0); }
div.DivClassName
{
background-color: #C83400;
}
.BgClassName
{
background-color: #C83400;
}
</style>
border-color css
<style>
span { border-color: #C83400; }
span { border-color: rgb(200,52,0); }
td.TdClassName
{
border-color: #C83400;
}
.TagClassName
{
border-color: #C83400;
}
</style>