Html Css Color HEX #C84213 Harley Davidson Orange
📋 copy color: '#C84213'red 200 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #C84213
Tints of Harley Davidson Orange #C84213
RGB
CMYK
RGB Variations
Color information
#C84213 (or 0xC84213) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 13. RGB value is (200,66,19). Sum of RGB (Red+Green+Blue) = 200+66+19=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84213 is #37BDEC. Grayscale: #656565. Windows color (decimal): -3653101 or 1262280. OLE color: 1262280.
HSL color Cylindrical-coordinate representation of color #C84213: hue angle of 15.58º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84213 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.22 |
| HSL | 15.58º | 0.83% | 0.43% | - |
| HSV(B) | 15.58º | 0.91% | 0.78% | - |
| XYZ | 25.89 | 16.22 | 2.38 | - |
| YUV | 100.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 19 | 0 | 0.67 | 0.90 | 0.22 | 15.58 | 0.83 | 0.43 |
| Hex | C8 | 42 | 13 | 0 | 43 | 5A | 16 | 10 | 53 | 2B |
| Octal | 310 | 102 | 23 | 0 | 103 | 132 | 26 | 20 | 123 | 53 |
| Binary | 11001000 | 1000010 | 10011 | 0 | 1000011 | 1011010 | 10110 | 10000 | 1010011 | 101011 |
Color Harmonies of #C84213
Complementary color
Monochromatic Colors of #C84213
Black with #C84213
Text Example
Text Example
White with #C84213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84213; }
p { color: rgb(200,66,19); }
H1.HeaderClassName
{
color: #C84213;
}
.AnyTagClassName
{
color: #C84213;
}
</style>
background-color css
<style>
a { background-color: #C84213; }
a { background-color: rgb(200,66,19); }
div.DivClassName
{
background-color: #C84213;
}
.BgClassName
{
background-color: #C84213;
}
</style>
border-color css
<style>
span { border-color: #C84213; }
span { border-color: rgb(200,66,19); }
td.TdClassName
{
border-color: #C84213;
}
.TagClassName
{
border-color: #C84213;
}
</style>