Html Css Color HEX #C33919 Harley Davidson Orange
📋 copy color: '#C33919'red 195 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #C33919
Tints of Harley Davidson Orange #C33919
RGB
CMYK
RGB Variations
Color information
#C33919 (or 0xC33919) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 19. RGB value is (195,57,25). Sum of RGB (Red+Green+Blue) = 195+57+25=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C33919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33919 is #3CC6E6. Grayscale: #5E5E5E. Windows color (decimal): -3983079 or 1653187. OLE color: 1653187.
HSL color Cylindrical-coordinate representation of color #C33919: hue angle of 11.29º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C33919 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 25 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.24 |
| HSL | 11.29º | 0.77% | 0.43% | - |
| HSV(B) | 11.29º | 0.87% | 0.76% | - |
| XYZ | 24.14 | 14.6 | 2.46 | - |
| YUV | 94.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 25 | 0 | 0.71 | 0.87 | 0.24 | 11.29 | 0.77 | 0.43 |
| Hex | C3 | 39 | 19 | 0 | 47 | 57 | 18 | B | 4D | 2B |
| Octal | 303 | 71 | 31 | 0 | 107 | 127 | 30 | 13 | 115 | 53 |
| Binary | 11000011 | 111001 | 11001 | 0 | 1000111 | 1010111 | 11000 | 1011 | 1001101 | 101011 |
Color Harmonies of #C33919
Complementary color
Monochromatic Colors of #C33919
Black with #C33919
Text Example
Text Example
White with #C33919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33919; }
p { color: rgb(195,57,25); }
H1.HeaderClassName
{
color: #C33919;
}
.AnyTagClassName
{
color: #C33919;
}
</style>
background-color css
<style>
a { background-color: #C33919; }
a { background-color: rgb(195,57,25); }
div.DivClassName
{
background-color: #C33919;
}
.BgClassName
{
background-color: #C33919;
}
</style>
border-color css
<style>
span { border-color: #C33919; }
span { border-color: rgb(195,57,25); }
td.TdClassName
{
border-color: #C33919;
}
.TagClassName
{
border-color: #C33919;
}
</style>