Html Css Color HEX #C31C08 Harley Davidson Orange
📋 copy color: '#C31C08'red 195 ◦ green 28 ◦ blue 8
Shades of Harley Davidson Orange #C31C08
Tints of Harley Davidson Orange #C31C08
RGB
CMYK
RGB Variations
Color information
#C31C08 (or 0xC31C08) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 08. RGB value is (195,28,8). Sum of RGB (Red+Green+Blue) = 195+28+8=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C08 is #3CE3F7. Grayscale: #4B4B4B. Windows color (decimal): -3990520 or 531651. OLE color: 531651.
HSL color Cylindrical-coordinate representation of color #C31C08: hue angle of 6.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31C08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.24 |
| HSL | 6.42º | 0.92% | 0.4% | - |
| HSV(B) | 6.42º | 0.96% | 0.76% | - |
| XYZ | 22.96 | 12.45 | 1.42 | - |
| YUV | 75.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 8 | 0 | 0.86 | 0.96 | 0.24 | 6.42 | 0.92 | 0.4 |
| Hex | C3 | 1C | 8 | 0 | 56 | 60 | 18 | 6 | 5C | 28 |
| Octal | 303 | 34 | 10 | 0 | 126 | 140 | 30 | 6 | 134 | 50 |
| Binary | 11000011 | 11100 | 1000 | 0 | 1010110 | 1100000 | 11000 | 110 | 1011100 | 101000 |
Color Harmonies of #C31C08
Complementary color
Monochromatic Colors of #C31C08
Black with #C31C08
Text Example
Text Example
White with #C31C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C08; }
p { color: rgb(195,28,8); }
H1.HeaderClassName
{
color: #C31C08;
}
.AnyTagClassName
{
color: #C31C08;
}
</style>
background-color css
<style>
a { background-color: #C31C08; }
a { background-color: rgb(195,28,8); }
div.DivClassName
{
background-color: #C31C08;
}
.BgClassName
{
background-color: #C31C08;
}
</style>
border-color css
<style>
span { border-color: #C31C08; }
span { border-color: rgb(195,28,8); }
td.TdClassName
{
border-color: #C31C08;
}
.TagClassName
{
border-color: #C31C08;
}
</style>