Html Css Color HEX #C33118 Harley Davidson Orange
📋 copy color: '#C33118'red 195 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #C33118
Tints of Harley Davidson Orange #C33118
RGB
CMYK
RGB Variations
Color information
#C33118 (or 0xC33118) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 18. RGB value is (195,49,24). Sum of RGB (Red+Green+Blue) = 195+49+24=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33118 is #3CCEE7. Grayscale: #5A5A5A. Windows color (decimal): -3985128 or 1585603. OLE color: 1585603.
HSL color Cylindrical-coordinate representation of color #C33118: hue angle of 8.77º 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 #C33118 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.24 |
| HSL | 8.77º | 0.78% | 0.43% | - |
| HSV(B) | 8.77º | 0.88% | 0.76% | - |
| XYZ | 23.77 | 13.86 | 2.29 | - |
| YUV | 89.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 24 | 0 | 0.75 | 0.88 | 0.24 | 8.77 | 0.78 | 0.43 |
| Hex | C3 | 31 | 18 | 0 | 4B | 58 | 18 | 9 | 4E | 2B |
| Octal | 303 | 61 | 30 | 0 | 113 | 130 | 30 | 11 | 116 | 53 |
| Binary | 11000011 | 110001 | 11000 | 0 | 1001011 | 1011000 | 11000 | 1001 | 1001110 | 101011 |
Color Harmonies of #C33118
Complementary color
Monochromatic Colors of #C33118
Black with #C33118
Text Example
Text Example
White with #C33118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33118; }
p { color: rgb(195,49,24); }
H1.HeaderClassName
{
color: #C33118;
}
.AnyTagClassName
{
color: #C33118;
}
</style>
background-color css
<style>
a { background-color: #C33118; }
a { background-color: rgb(195,49,24); }
div.DivClassName
{
background-color: #C33118;
}
.BgClassName
{
background-color: #C33118;
}
</style>
border-color css
<style>
span { border-color: #C33118; }
span { border-color: rgb(195,49,24); }
td.TdClassName
{
border-color: #C33118;
}
.TagClassName
{
border-color: #C33118;
}
</style>