Html Css Color HEX #C84123 Harley Davidson Orange
📋 copy color: '#C84123'red 200 ◦ green 65 ◦ blue 35
Shades of Harley Davidson Orange #C84123
Tints of Harley Davidson Orange #C84123
RGB
CMYK
RGB Variations
Color information
#C84123 (or 0xC84123) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 23. RGB value is (200,65,35). Sum of RGB (Red+Green+Blue) = 200+65+35=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84123 is #37BEDC. Grayscale: #666666. Windows color (decimal): -3653341 or 2310600. OLE color: 2310600.
HSL color Cylindrical-coordinate representation of color #C84123: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C84123 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 35 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 10.91º | 0.7% | 0.46% | - |
| HSV(B) | 10.91º | 0.83% | 0.78% | - |
| XYZ | 26.01 | 16.18 | 3.34 | - |
| YUV | 101.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 35 | 0 | 0.68 | 0.82 | 0.22 | 10.91 | 0.7 | 0.46 |
| Hex | C8 | 41 | 23 | 0 | 44 | 52 | 16 | B | 46 | 2E |
| Octal | 310 | 101 | 43 | 0 | 104 | 122 | 26 | 13 | 106 | 56 |
| Binary | 11001000 | 1000001 | 100011 | 0 | 1000100 | 1010010 | 10110 | 1011 | 1000110 | 101110 |
Color Harmonies of #C84123
Complementary color
Monochromatic Colors of #C84123
Black with #C84123
Text Example
Text Example
White with #C84123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84123; }
p { color: rgb(200,65,35); }
H1.HeaderClassName
{
color: #C84123;
}
.AnyTagClassName
{
color: #C84123;
}
</style>
background-color css
<style>
a { background-color: #C84123; }
a { background-color: rgb(200,65,35); }
div.DivClassName
{
background-color: #C84123;
}
.BgClassName
{
background-color: #C84123;
}
</style>
border-color css
<style>
span { border-color: #C84123; }
span { border-color: rgb(200,65,35); }
td.TdClassName
{
border-color: #C84123;
}
.TagClassName
{
border-color: #C84123;
}
</style>