Html Css Color HEX #C32617 Harley Davidson Orange
📋 copy color: '#C32617'red 195 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #C32617
Tints of Harley Davidson Orange #C32617
RGB
CMYK
RGB Variations
Color information
#C32617 (or 0xC32617) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 17. RGB value is (195,38,23). Sum of RGB (Red+Green+Blue) = 195+38+23=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C32617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32617 is #3CD9E8. Grayscale: #535353. Windows color (decimal): -3987945 or 1517251. OLE color: 1517251.
HSL color Cylindrical-coordinate representation of color #C32617: hue angle of 5.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C32617 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 23 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.24 |
| HSL | 5.23º | 0.79% | 0.43% | - |
| HSV(B) | 5.23º | 0.88% | 0.76% | - |
| XYZ | 23.35 | 13.05 | 2.1 | - |
| YUV | 83.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 23 | 0 | 0.81 | 0.88 | 0.24 | 5.23 | 0.79 | 0.43 |
| Hex | C3 | 26 | 17 | 0 | 51 | 58 | 18 | 5 | 4F | 2B |
| Octal | 303 | 46 | 27 | 0 | 121 | 130 | 30 | 5 | 117 | 53 |
| Binary | 11000011 | 100110 | 10111 | 0 | 1010001 | 1011000 | 11000 | 101 | 1001111 | 101011 |
Color Harmonies of #C32617
Complementary color
Monochromatic Colors of #C32617
Black with #C32617
Text Example
Text Example
White with #C32617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32617; }
p { color: rgb(195,38,23); }
H1.HeaderClassName
{
color: #C32617;
}
.AnyTagClassName
{
color: #C32617;
}
</style>
background-color css
<style>
a { background-color: #C32617; }
a { background-color: rgb(195,38,23); }
div.DivClassName
{
background-color: #C32617;
}
.BgClassName
{
background-color: #C32617;
}
</style>
border-color css
<style>
span { border-color: #C32617; }
span { border-color: rgb(195,38,23); }
td.TdClassName
{
border-color: #C32617;
}
.TagClassName
{
border-color: #C32617;
}
</style>