Html Css Color HEX #C34118 Harley Davidson Orange
📋 copy color: '#C34118'red 195 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #C34118
Tints of Harley Davidson Orange #C34118
RGB
CMYK
RGB Variations
Color information
#C34118 (or 0xC34118) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 18. RGB value is (195,65,24). Sum of RGB (Red+Green+Blue) = 195+65+24=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34118 is #3CBEE7. Grayscale: #636363. Windows color (decimal): -3981032 or 1589699. OLE color: 1589699.
HSL color Cylindrical-coordinate representation of color #C34118: hue angle of 14.39º 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 #C34118 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.24 |
| HSL | 14.39º | 0.78% | 0.43% | - |
| HSV(B) | 14.39º | 0.88% | 0.76% | - |
| XYZ | 24.56 | 15.45 | 2.55 | - |
| YUV | 99.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 24 | 0 | 0.67 | 0.88 | 0.24 | 14.39 | 0.78 | 0.43 |
| Hex | C3 | 41 | 18 | 0 | 43 | 58 | 18 | E | 4E | 2B |
| Octal | 303 | 101 | 30 | 0 | 103 | 130 | 30 | 16 | 116 | 53 |
| Binary | 11000011 | 1000001 | 11000 | 0 | 1000011 | 1011000 | 11000 | 1110 | 1001110 | 101011 |
Color Harmonies of #C34118
Complementary color
Monochromatic Colors of #C34118
Black with #C34118
Text Example
Text Example
White with #C34118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34118; }
p { color: rgb(195,65,24); }
H1.HeaderClassName
{
color: #C34118;
}
.AnyTagClassName
{
color: #C34118;
}
</style>
background-color css
<style>
a { background-color: #C34118; }
a { background-color: rgb(195,65,24); }
div.DivClassName
{
background-color: #C34118;
}
.BgClassName
{
background-color: #C34118;
}
</style>
border-color css
<style>
span { border-color: #C34118; }
span { border-color: rgb(195,65,24); }
td.TdClassName
{
border-color: #C34118;
}
.TagClassName
{
border-color: #C34118;
}
</style>