Html Css Color HEX #C82413 Harley Davidson Orange
📋 copy color: '#C82413'red 200 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #C82413
Tints of Harley Davidson Orange #C82413
RGB
CMYK
RGB Variations
Color information
#C82413 (or 0xC82413) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 13. RGB value is (200,36,19). Sum of RGB (Red+Green+Blue) = 200+36+19=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82413 is #37DBEC. Grayscale: #535353. Windows color (decimal): -3660781 or 1254600. OLE color: 1254600.
HSL color Cylindrical-coordinate representation of color #C82413: hue angle of 5.64º 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 #C82413 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.22 |
| HSL | 5.64º | 0.83% | 0.43% | - |
| HSV(B) | 5.64º | 0.91% | 0.78% | - |
| XYZ | 24.57 | 13.59 | 1.94 | - |
| YUV | 83.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 19 | 0 | 0.82 | 0.90 | 0.22 | 5.64 | 0.83 | 0.43 |
| Hex | C8 | 24 | 13 | 0 | 52 | 5A | 16 | 6 | 53 | 2B |
| Octal | 310 | 44 | 23 | 0 | 122 | 132 | 26 | 6 | 123 | 53 |
| Binary | 11001000 | 100100 | 10011 | 0 | 1010010 | 1011010 | 10110 | 110 | 1010011 | 101011 |
Color Harmonies of #C82413
Complementary color
Monochromatic Colors of #C82413
Black with #C82413
Text Example
Text Example
White with #C82413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82413; }
p { color: rgb(200,36,19); }
H1.HeaderClassName
{
color: #C82413;
}
.AnyTagClassName
{
color: #C82413;
}
</style>
background-color css
<style>
a { background-color: #C82413; }
a { background-color: rgb(200,36,19); }
div.DivClassName
{
background-color: #C82413;
}
.BgClassName
{
background-color: #C82413;
}
</style>
border-color css
<style>
span { border-color: #C82413; }
span { border-color: rgb(200,36,19); }
td.TdClassName
{
border-color: #C82413;
}
.TagClassName
{
border-color: #C82413;
}
</style>