Html Css Color HEX #C33013 Harley Davidson Orange
📋 copy color: '#C33013'red 195 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #C33013
Tints of Harley Davidson Orange #C33013
RGB
CMYK
RGB Variations
Color information
#C33013 (or 0xC33013) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 13. RGB value is (195,48,19). Sum of RGB (Red+Green+Blue) = 195+48+19=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C33013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33013 is #3CCFEC. Grayscale: #585858. Windows color (decimal): -3985389 or 1257667. OLE color: 1257667.
HSL color Cylindrical-coordinate representation of color #C33013: hue angle of 9.89º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33013 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.24 |
| HSL | 9.89º | 0.82% | 0.42% | - |
| HSV(B) | 9.89º | 0.9% | 0.76% | - |
| XYZ | 23.68 | 13.76 | 2.02 | - |
| YUV | 88.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 19 | 0 | 0.75 | 0.90 | 0.24 | 9.89 | 0.82 | 0.42 |
| Hex | C3 | 30 | 13 | 0 | 4B | 5A | 18 | A | 52 | 2A |
| Octal | 303 | 60 | 23 | 0 | 113 | 132 | 30 | 12 | 122 | 52 |
| Binary | 11000011 | 110000 | 10011 | 0 | 1001011 | 1011010 | 11000 | 1010 | 1010010 | 101010 |
Color Harmonies of #C33013
Complementary color
Monochromatic Colors of #C33013
Black with #C33013
Text Example
Text Example
White with #C33013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33013; }
p { color: rgb(195,48,19); }
H1.HeaderClassName
{
color: #C33013;
}
.AnyTagClassName
{
color: #C33013;
}
</style>
background-color css
<style>
a { background-color: #C33013; }
a { background-color: rgb(195,48,19); }
div.DivClassName
{
background-color: #C33013;
}
.BgClassName
{
background-color: #C33013;
}
</style>
border-color css
<style>
span { border-color: #C33013; }
span { border-color: rgb(195,48,19); }
td.TdClassName
{
border-color: #C33013;
}
.TagClassName
{
border-color: #C33013;
}
</style>