Html Css Color HEX #C32900 Harley Davidson Orange
📋 copy color: '#C32900'red 195 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #C32900
Tints of Harley Davidson Orange #C32900
RGB
CMYK
RGB Variations
Color information
#C32900 (or 0xC32900) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 00. RGB value is (195,41,0). Sum of RGB (Red+Green+Blue) = 195+41+0=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C32900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32900 is #3CD6FF. Grayscale: #525252. Windows color (decimal): -3987200 or 10691. OLE color: 10691.
HSL color Cylindrical-coordinate representation of color #C32900: hue angle of 12.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C32900 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.24 |
| HSL | 12.62º | 1% | 0.38% | - |
| HSV(B) | 12.62º | 1% | 0.76% | - |
| XYZ | 23.3 | 13.19 | 1.32 | - |
| YUV | 82.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 0 | 0 | 0.79 | 1 | 0.24 | 12.62 | 1 | 0.38 |
| Hex | C3 | 29 | 0 | 0 | 4F | 64 | 18 | D | 64 | 26 |
| Octal | 303 | 51 | 0 | 0 | 117 | 144 | 30 | 15 | 144 | 46 |
| Binary | 11000011 | 101001 | 0 | 0 | 1001111 | 1100100 | 11000 | 1101 | 1100100 | 100110 |
Color Harmonies of #C32900
Complementary color
Monochromatic Colors of #C32900
Black with #C32900
Text Example
Text Example
White with #C32900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32900; }
p { color: rgb(195,41,0); }
H1.HeaderClassName
{
color: #C32900;
}
.AnyTagClassName
{
color: #C32900;
}
</style>
background-color css
<style>
a { background-color: #C32900; }
a { background-color: rgb(195,41,0); }
div.DivClassName
{
background-color: #C32900;
}
.BgClassName
{
background-color: #C32900;
}
</style>
border-color css
<style>
span { border-color: #C32900; }
span { border-color: rgb(195,41,0); }
td.TdClassName
{
border-color: #C32900;
}
.TagClassName
{
border-color: #C32900;
}
</style>