Html Css Color HEX #C32618 Harley Davidson Orange
📋 copy color: '#C32618'red 195 ◦ green 38 ◦ blue 24
Shades of Harley Davidson Orange #C32618
Tints of Harley Davidson Orange #C32618
RGB
CMYK
RGB Variations
Color information
#C32618 (or 0xC32618) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 18. RGB value is (195,38,24). Sum of RGB (Red+Green+Blue) = 195+38+24=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C32618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32618 is #3CD9E7. Grayscale: #535353. Windows color (decimal): -3987944 or 1582787. OLE color: 1582787.
HSL color Cylindrical-coordinate representation of color #C32618: hue angle of 4.91º degrees, saturation: 0.78, 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 #C32618 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 24 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.24 |
| HSL | 4.91º | 0.78% | 0.43% | - |
| HSV(B) | 4.91º | 0.88% | 0.76% | - |
| XYZ | 23.36 | 13.05 | 2.15 | - |
| YUV | 83.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 24 | 0 | 0.81 | 0.88 | 0.24 | 4.91 | 0.78 | 0.43 |
| Hex | C3 | 26 | 18 | 0 | 51 | 58 | 18 | 5 | 4E | 2B |
| Octal | 303 | 46 | 30 | 0 | 121 | 130 | 30 | 5 | 116 | 53 |
| Binary | 11000011 | 100110 | 11000 | 0 | 1010001 | 1011000 | 11000 | 101 | 1001110 | 101011 |
Color Harmonies of #C32618
Complementary color
Monochromatic Colors of #C32618
Black with #C32618
Text Example
Text Example
White with #C32618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32618; }
p { color: rgb(195,38,24); }
H1.HeaderClassName
{
color: #C32618;
}
.AnyTagClassName
{
color: #C32618;
}
</style>
background-color css
<style>
a { background-color: #C32618; }
a { background-color: rgb(195,38,24); }
div.DivClassName
{
background-color: #C32618;
}
.BgClassName
{
background-color: #C32618;
}
</style>
border-color css
<style>
span { border-color: #C32618; }
span { border-color: rgb(195,38,24); }
td.TdClassName
{
border-color: #C32618;
}
.TagClassName
{
border-color: #C32618;
}
</style>