Html Css Color HEX #C83606 Harley Davidson Orange
📋 copy color: '#C83606'red 200 ◦ green 54 ◦ blue 6
Shades of Harley Davidson Orange #C83606
Tints of Harley Davidson Orange #C83606
RGB
CMYK
RGB Variations
Color information
#C83606 (or 0xC83606) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 06. RGB value is (200,54,6). Sum of RGB (Red+Green+Blue) = 200+54+6=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C83606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83606 is #37C9F9. Grayscale: #5C5C5C. Windows color (decimal): -3656186 or 407240. OLE color: 407240.
HSL color Cylindrical-coordinate representation of color #C83606: hue angle of 14.85º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C83606 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.22 |
| HSL | 14.85º | 0.94% | 0.4% | - |
| HSV(B) | 14.85º | 0.97% | 0.78% | - |
| XYZ | 25.17 | 14.93 | 1.73 | - |
| YUV | 92.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 6 | 0 | 0.73 | 0.97 | 0.22 | 14.85 | 0.94 | 0.4 |
| Hex | C8 | 36 | 6 | 0 | 49 | 61 | 16 | F | 5E | 28 |
| Octal | 310 | 66 | 6 | 0 | 111 | 141 | 26 | 17 | 136 | 50 |
| Binary | 11001000 | 110110 | 110 | 0 | 1001001 | 1100001 | 10110 | 1111 | 1011110 | 101000 |
Color Harmonies of #C83606
Complementary color
Monochromatic Colors of #C83606
Black with #C83606
Text Example
Text Example
White with #C83606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83606; }
p { color: rgb(200,54,6); }
H1.HeaderClassName
{
color: #C83606;
}
.AnyTagClassName
{
color: #C83606;
}
</style>
background-color css
<style>
a { background-color: #C83606; }
a { background-color: rgb(200,54,6); }
div.DivClassName
{
background-color: #C83606;
}
.BgClassName
{
background-color: #C83606;
}
</style>
border-color css
<style>
span { border-color: #C83606; }
span { border-color: rgb(200,54,6); }
td.TdClassName
{
border-color: #C83606;
}
.TagClassName
{
border-color: #C83606;
}
</style>