Html Css Color HEX #C8350B Harley Davidson Orange
📋 copy color: '#C8350B'red 200 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #C8350B
Tints of Harley Davidson Orange #C8350B
RGB
CMYK
RGB Variations
Color information
#C8350B (or 0xC8350B) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 0B. RGB value is (200,53,11). Sum of RGB (Red+Green+Blue) = 200+53+11=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8350B is #37CAF4. Grayscale: #5C5C5C. Windows color (decimal): -3656437 or 734664. OLE color: 734664.
HSL color Cylindrical-coordinate representation of color #C8350B: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8350B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.22 |
| HSL | 13.33º | 0.9% | 0.41% | - |
| HSV(B) | 13.33º | 0.95% | 0.78% | - |
| XYZ | 25.15 | 14.85 | 1.86 | - |
| YUV | 92.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 11 | 0 | 0.74 | 0.94 | 0.22 | 13.33 | 0.9 | 0.41 |
| Hex | C8 | 35 | B | 0 | 4A | 5E | 16 | D | 5A | 29 |
| Octal | 310 | 65 | 13 | 0 | 112 | 136 | 26 | 15 | 132 | 51 |
| Binary | 11001000 | 110101 | 1011 | 0 | 1001010 | 1011110 | 10110 | 1101 | 1011010 | 101001 |
Color Harmonies of #C8350B
Complementary color
Monochromatic Colors of #C8350B
Black with #C8350B
Text Example
Text Example
White with #C8350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8350B; }
p { color: rgb(200,53,11); }
H1.HeaderClassName
{
color: #C8350B;
}
.AnyTagClassName
{
color: #C8350B;
}
</style>
background-color css
<style>
a { background-color: #C8350B; }
a { background-color: rgb(200,53,11); }
div.DivClassName
{
background-color: #C8350B;
}
.BgClassName
{
background-color: #C8350B;
}
</style>
border-color css
<style>
span { border-color: #C8350B; }
span { border-color: rgb(200,53,11); }
td.TdClassName
{
border-color: #C8350B;
}
.TagClassName
{
border-color: #C8350B;
}
</style>