Html Css Color HEX #C33015 Harley Davidson Orange
📋 copy color: '#C33015'red 195 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #C33015
Tints of Harley Davidson Orange #C33015
RGB
CMYK
RGB Variations
Color information
#C33015 (or 0xC33015) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 15. RGB value is (195,48,21). Sum of RGB (Red+Green+Blue) = 195+48+21=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33015 is #3CCFEA. Grayscale: #595959. Windows color (decimal): -3985387 or 1388739. OLE color: 1388739.
HSL color Cylindrical-coordinate representation of color #C33015: hue angle of 9.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C33015 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 21 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.24 |
| HSL | 9.31º | 0.81% | 0.42% | - |
| HSV(B) | 9.31º | 0.89% | 0.76% | - |
| XYZ | 23.7 | 13.77 | 2.12 | - |
| YUV | 88.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 21 | 0 | 0.75 | 0.89 | 0.24 | 9.31 | 0.81 | 0.42 |
| Hex | C3 | 30 | 15 | 0 | 4B | 59 | 18 | 9 | 51 | 2A |
| Octal | 303 | 60 | 25 | 0 | 113 | 131 | 30 | 11 | 121 | 52 |
| Binary | 11000011 | 110000 | 10101 | 0 | 1001011 | 1011001 | 11000 | 1001 | 1010001 | 101010 |
Color Harmonies of #C33015
Complementary color
Monochromatic Colors of #C33015
Black with #C33015
Text Example
Text Example
White with #C33015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33015; }
p { color: rgb(195,48,21); }
H1.HeaderClassName
{
color: #C33015;
}
.AnyTagClassName
{
color: #C33015;
}
</style>
background-color css
<style>
a { background-color: #C33015; }
a { background-color: rgb(195,48,21); }
div.DivClassName
{
background-color: #C33015;
}
.BgClassName
{
background-color: #C33015;
}
</style>
border-color css
<style>
span { border-color: #C33015; }
span { border-color: rgb(195,48,21); }
td.TdClassName
{
border-color: #C33015;
}
.TagClassName
{
border-color: #C33015;
}
</style>