Html Css Color HEX #C83A19 Harley Davidson Orange
📋 copy color: '#C83A19'red 200 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #C83A19
Tints of Harley Davidson Orange #C83A19
RGB
CMYK
RGB Variations
Color information
#C83A19 (or 0xC83A19) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 19. RGB value is (200,58,25). Sum of RGB (Red+Green+Blue) = 200+58+25=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A19 is #37C5E6. Grayscale: #606060. Windows color (decimal): -3655143 or 1653448. OLE color: 1653448.
HSL color Cylindrical-coordinate representation of color #C83A19: hue angle of 11.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83A19 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 25 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.22 |
| HSL | 11.31º | 0.78% | 0.44% | - |
| HSV(B) | 11.31º | 0.88% | 0.78% | - |
| XYZ | 25.51 | 15.38 | 2.54 | - |
| YUV | 96.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 25 | 0 | 0.71 | 0.88 | 0.22 | 11.31 | 0.78 | 0.44 |
| Hex | C8 | 3A | 19 | 0 | 47 | 58 | 16 | B | 4E | 2C |
| Octal | 310 | 72 | 31 | 0 | 107 | 130 | 26 | 13 | 116 | 54 |
| Binary | 11001000 | 111010 | 11001 | 0 | 1000111 | 1011000 | 10110 | 1011 | 1001110 | 101100 |
Color Harmonies of #C83A19
Complementary color
Monochromatic Colors of #C83A19
Black with #C83A19
Text Example
Text Example
White with #C83A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A19; }
p { color: rgb(200,58,25); }
H1.HeaderClassName
{
color: #C83A19;
}
.AnyTagClassName
{
color: #C83A19;
}
</style>
background-color css
<style>
a { background-color: #C83A19; }
a { background-color: rgb(200,58,25); }
div.DivClassName
{
background-color: #C83A19;
}
.BgClassName
{
background-color: #C83A19;
}
</style>
border-color css
<style>
span { border-color: #C83A19; }
span { border-color: rgb(200,58,25); }
td.TdClassName
{
border-color: #C83A19;
}
.TagClassName
{
border-color: #C83A19;
}
</style>