Html Css Color HEX #C8341A Harley Davidson Orange
📋 copy color: '#C8341A'red 200 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C8341A
Tints of Harley Davidson Orange #C8341A
RGB
CMYK
RGB Variations
Color information
#C8341A (or 0xC8341A) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 1A. RGB value is (200,52,26). Sum of RGB (Red+Green+Blue) = 200+52+26=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8341A is #37CBE5. Grayscale: #5D5D5D. Windows color (decimal): -3656678 or 1717448. OLE color: 1717448.
HSL color Cylindrical-coordinate representation of color #C8341A: hue angle of 8.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.22 |
| HSL | 8.97º | 0.77% | 0.44% | - |
| HSV(B) | 8.97º | 0.87% | 0.78% | - |
| XYZ | 25.23 | 14.81 | 2.51 | - |
| YUV | 93.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 26 | 0 | 0.74 | 0.87 | 0.22 | 8.97 | 0.77 | 0.44 |
| Hex | C8 | 34 | 1A | 0 | 4A | 57 | 16 | 9 | 4D | 2C |
| Octal | 310 | 64 | 32 | 0 | 112 | 127 | 26 | 11 | 115 | 54 |
| Binary | 11001000 | 110100 | 11010 | 0 | 1001010 | 1010111 | 10110 | 1001 | 1001101 | 101100 |
Color Harmonies of #C8341A
Complementary color
Monochromatic Colors of #C8341A
Black with #C8341A
Text Example
Text Example
White with #C8341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8341A; }
p { color: rgb(200,52,26); }
H1.HeaderClassName
{
color: #C8341A;
}
.AnyTagClassName
{
color: #C8341A;
}
</style>
background-color css
<style>
a { background-color: #C8341A; }
a { background-color: rgb(200,52,26); }
div.DivClassName
{
background-color: #C8341A;
}
.BgClassName
{
background-color: #C8341A;
}
</style>
border-color css
<style>
span { border-color: #C8341A; }
span { border-color: rgb(200,52,26); }
td.TdClassName
{
border-color: #C8341A;
}
.TagClassName
{
border-color: #C8341A;
}
</style>