Html Css Color HEX #C8230F Harley Davidson Orange
📋 copy color: '#C8230F'red 200 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #C8230F
Tints of Harley Davidson Orange #C8230F
RGB
CMYK
RGB Variations
Color information
#C8230F (or 0xC8230F) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 0F. RGB value is (200,35,15). Sum of RGB (Red+Green+Blue) = 200+35+15=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8230F is #37DCF0. Grayscale: #525252. Windows color (decimal): -3661041 or 992200. OLE color: 992200.
HSL color Cylindrical-coordinate representation of color #C8230F: hue angle of 6.49º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8230F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.22 |
| HSL | 6.49º | 0.86% | 0.42% | - |
| HSV(B) | 6.49º | 0.93% | 0.78% | - |
| XYZ | 24.51 | 13.52 | 1.77 | - |
| YUV | 82.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 15 | 0 | 0.82 | 0.92 | 0.22 | 6.49 | 0.86 | 0.42 |
| Hex | C8 | 23 | F | 0 | 52 | 5C | 16 | 6 | 56 | 2A |
| Octal | 310 | 43 | 17 | 0 | 122 | 134 | 26 | 6 | 126 | 52 |
| Binary | 11001000 | 100011 | 1111 | 0 | 1010010 | 1011100 | 10110 | 110 | 1010110 | 101010 |
Color Harmonies of #C8230F
Complementary color
Monochromatic Colors of #C8230F
Black with #C8230F
Text Example
Text Example
White with #C8230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8230F; }
p { color: rgb(200,35,15); }
H1.HeaderClassName
{
color: #C8230F;
}
.AnyTagClassName
{
color: #C8230F;
}
</style>
background-color css
<style>
a { background-color: #C8230F; }
a { background-color: rgb(200,35,15); }
div.DivClassName
{
background-color: #C8230F;
}
.BgClassName
{
background-color: #C8230F;
}
</style>
border-color css
<style>
span { border-color: #C8230F; }
span { border-color: rgb(200,35,15); }
td.TdClassName
{
border-color: #C8230F;
}
.TagClassName
{
border-color: #C8230F;
}
</style>