Html Css Color HEX #C83415 Harley Davidson Orange
📋 copy color: '#C83415'red 200 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #C83415
Tints of Harley Davidson Orange #C83415
RGB
CMYK
RGB Variations
Color information
#C83415 (or 0xC83415) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 15. RGB value is (200,52,21). Sum of RGB (Red+Green+Blue) = 200+52+21=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83415 is #37CBEA. Grayscale: #5C5C5C. Windows color (decimal): -3656683 or 1389768. OLE color: 1389768.
HSL color Cylindrical-coordinate representation of color #C83415: hue angle of 10.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C83415 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 10.39º | 0.81% | 0.43% | - |
| HSV(B) | 10.39º | 0.9% | 0.78% | - |
| XYZ | 25.18 | 14.79 | 2.24 | - |
| YUV | 92.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 21 | 0 | 0.74 | 0.90 | 0.22 | 10.39 | 0.81 | 0.43 |
| Hex | C8 | 34 | 15 | 0 | 4A | 5A | 16 | A | 51 | 2B |
| Octal | 310 | 64 | 25 | 0 | 112 | 132 | 26 | 12 | 121 | 53 |
| Binary | 11001000 | 110100 | 10101 | 0 | 1001010 | 1011010 | 10110 | 1010 | 1010001 | 101011 |
Color Harmonies of #C83415
Complementary color
Monochromatic Colors of #C83415
Black with #C83415
Text Example
Text Example
White with #C83415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83415; }
p { color: rgb(200,52,21); }
H1.HeaderClassName
{
color: #C83415;
}
.AnyTagClassName
{
color: #C83415;
}
</style>
background-color css
<style>
a { background-color: #C83415; }
a { background-color: rgb(200,52,21); }
div.DivClassName
{
background-color: #C83415;
}
.BgClassName
{
background-color: #C83415;
}
</style>
border-color css
<style>
span { border-color: #C83415; }
span { border-color: rgb(200,52,21); }
td.TdClassName
{
border-color: #C83415;
}
.TagClassName
{
border-color: #C83415;
}
</style>