Html Css Color HEX #C84023 Harley Davidson Orange
📋 copy color: '#C84023'red 200 ◦ green 64 ◦ blue 35
Shades of Harley Davidson Orange #C84023
Tints of Harley Davidson Orange #C84023
RGB
CMYK
RGB Variations
Color information
#C84023 (or 0xC84023) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 23. RGB value is (200,64,35). Sum of RGB (Red+Green+Blue) = 200+64+35=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C84023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84023 is #37BFDC. Grayscale: #656565. Windows color (decimal): -3653597 or 2310344. OLE color: 2310344.
HSL color Cylindrical-coordinate representation of color #C84023: hue angle of 10.55º 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 #C84023 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 35 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 10.55º | 0.7% | 0.46% | - |
| HSV(B) | 10.55º | 0.83% | 0.78% | - |
| XYZ | 25.96 | 16.07 | 3.32 | - |
| YUV | 101.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 35 | 0 | 0.68 | 0.82 | 0.22 | 10.55 | 0.7 | 0.46 |
| Hex | C8 | 40 | 23 | 0 | 44 | 52 | 16 | B | 46 | 2E |
| Octal | 310 | 100 | 43 | 0 | 104 | 122 | 26 | 13 | 106 | 56 |
| Binary | 11001000 | 1000000 | 100011 | 0 | 1000100 | 1010010 | 10110 | 1011 | 1000110 | 101110 |
Color Harmonies of #C84023
Complementary color
Monochromatic Colors of #C84023
Black with #C84023
Text Example
Text Example
White with #C84023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84023; }
p { color: rgb(200,64,35); }
H1.HeaderClassName
{
color: #C84023;
}
.AnyTagClassName
{
color: #C84023;
}
</style>
background-color css
<style>
a { background-color: #C84023; }
a { background-color: rgb(200,64,35); }
div.DivClassName
{
background-color: #C84023;
}
.BgClassName
{
background-color: #C84023;
}
</style>
border-color css
<style>
span { border-color: #C84023; }
span { border-color: rgb(200,64,35); }
td.TdClassName
{
border-color: #C84023;
}
.TagClassName
{
border-color: #C84023;
}
</style>