Html Css Color HEX #C33218 Harley Davidson Orange
📋 copy color: '#C33218'red 195 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #C33218
Tints of Harley Davidson Orange #C33218
RGB
CMYK
RGB Variations
Color information
#C33218 (or 0xC33218) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 18. RGB value is (195,50,24). Sum of RGB (Red+Green+Blue) = 195+50+24=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33218 is #3CCDE7. Grayscale: #5A5A5A. Windows color (decimal): -3984872 or 1585859. OLE color: 1585859.
HSL color Cylindrical-coordinate representation of color #C33218: hue angle of 9.12º 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 #C33218 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.24 |
| HSL | 9.12º | 0.78% | 0.43% | - |
| HSV(B) | 9.12º | 0.88% | 0.76% | - |
| XYZ | 23.81 | 13.95 | 2.3 | - |
| YUV | 90.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 24 | 0 | 0.74 | 0.88 | 0.24 | 9.12 | 0.78 | 0.43 |
| Hex | C3 | 32 | 18 | 0 | 4A | 58 | 18 | 9 | 4E | 2B |
| Octal | 303 | 62 | 30 | 0 | 112 | 130 | 30 | 11 | 116 | 53 |
| Binary | 11000011 | 110010 | 11000 | 0 | 1001010 | 1011000 | 11000 | 1001 | 1001110 | 101011 |
Color Harmonies of #C33218
Complementary color
Monochromatic Colors of #C33218
Black with #C33218
Text Example
Text Example
White with #C33218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33218; }
p { color: rgb(195,50,24); }
H1.HeaderClassName
{
color: #C33218;
}
.AnyTagClassName
{
color: #C33218;
}
</style>
background-color css
<style>
a { background-color: #C33218; }
a { background-color: rgb(195,50,24); }
div.DivClassName
{
background-color: #C33218;
}
.BgClassName
{
background-color: #C33218;
}
</style>
border-color css
<style>
span { border-color: #C33218; }
span { border-color: rgb(195,50,24); }
td.TdClassName
{
border-color: #C33218;
}
.TagClassName
{
border-color: #C33218;
}
</style>