Html Css Color HEX #C8231C Harley Davidson Orange
📋 copy color: '#C8231C'red 200 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #C8231C
Tints of Harley Davidson Orange #C8231C
RGB
CMYK
RGB Variations
Color information
#C8231C (or 0xC8231C) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 1C. RGB value is (200,35,28). Sum of RGB (Red+Green+Blue) = 200+35+28=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8231C is #37DCE3. Grayscale: #535353. Windows color (decimal): -3661028 or 1844168. OLE color: 1844168.
HSL color Cylindrical-coordinate representation of color #C8231C: hue angle of 2.44º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8231C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 2.44º | 0.75% | 0.45% | - |
| HSV(B) | 2.44º | 0.86% | 0.78% | - |
| XYZ | 24.63 | 13.57 | 2.42 | - |
| YUV | 83.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 28 | 0 | 0.82 | 0.86 | 0.22 | 2.44 | 0.75 | 0.45 |
| Hex | C8 | 23 | 1C | 0 | 52 | 56 | 16 | 2 | 4B | 2D |
| Octal | 310 | 43 | 34 | 0 | 122 | 126 | 26 | 2 | 113 | 55 |
| Binary | 11001000 | 100011 | 11100 | 0 | 1010010 | 1010110 | 10110 | 10 | 1001011 | 101101 |
Color Harmonies of #C8231C
Complementary color
Monochromatic Colors of #C8231C
Black with #C8231C
Text Example
Text Example
White with #C8231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8231C; }
p { color: rgb(200,35,28); }
H1.HeaderClassName
{
color: #C8231C;
}
.AnyTagClassName
{
color: #C8231C;
}
</style>
background-color css
<style>
a { background-color: #C8231C; }
a { background-color: rgb(200,35,28); }
div.DivClassName
{
background-color: #C8231C;
}
.BgClassName
{
background-color: #C8231C;
}
</style>
border-color css
<style>
span { border-color: #C8231C; }
span { border-color: rgb(200,35,28); }
td.TdClassName
{
border-color: #C8231C;
}
.TagClassName
{
border-color: #C8231C;
}
</style>