Html Css Color HEX #C83405 Harley Davidson Orange
📋 copy color: '#C83405'red 200 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #C83405
Tints of Harley Davidson Orange #C83405
RGB
CMYK
RGB Variations
Color information
#C83405 (or 0xC83405) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 05. RGB value is (200,52,5). Sum of RGB (Red+Green+Blue) = 200+52+5=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C83405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83405 is #37CBFA. Grayscale: #5B5B5B. Windows color (decimal): -3656699 or 341192. OLE color: 341192.
HSL color Cylindrical-coordinate representation of color #C83405: hue angle of 14.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C83405 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.22 |
| HSL | 14.46º | 0.95% | 0.4% | - |
| HSV(B) | 14.46º | 0.98% | 0.78% | - |
| XYZ | 25.07 | 14.75 | 1.67 | - |
| YUV | 90.89 | 79.53 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 5 | 0 | 0.74 | 0.98 | 0.22 | 14.46 | 0.95 | 0.4 |
| Hex | C8 | 34 | 5 | 0 | 4A | 62 | 16 | E | 5F | 28 |
| Octal | 310 | 64 | 5 | 0 | 112 | 142 | 26 | 16 | 137 | 50 |
| Binary | 11001000 | 110100 | 101 | 0 | 1001010 | 1100010 | 10110 | 1110 | 1011111 | 101000 |
Color Harmonies of #C83405
Complementary color
Monochromatic Colors of #C83405
Black with #C83405
Text Example
Text Example
White with #C83405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83405; }
p { color: rgb(200,52,5); }
H1.HeaderClassName
{
color: #C83405;
}
.AnyTagClassName
{
color: #C83405;
}
</style>
background-color css
<style>
a { background-color: #C83405; }
a { background-color: rgb(200,52,5); }
div.DivClassName
{
background-color: #C83405;
}
.BgClassName
{
background-color: #C83405;
}
</style>
border-color css
<style>
span { border-color: #C83405; }
span { border-color: rgb(200,52,5); }
td.TdClassName
{
border-color: #C83405;
}
.TagClassName
{
border-color: #C83405;
}
</style>