Html Css Color HEX #C33415 Harley Davidson Orange
📋 copy color: '#C33415'red 195 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #C33415
Tints of Harley Davidson Orange #C33415
RGB
CMYK
RGB Variations
Color information
#C33415 (or 0xC33415) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 15. RGB value is (195,52,21). Sum of RGB (Red+Green+Blue) = 195+52+21=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33415 is #3CCBEA. Grayscale: #5B5B5B. Windows color (decimal): -3984363 or 1389763. OLE color: 1389763.
HSL color Cylindrical-coordinate representation of color #C33415: hue angle of 10.69º 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 #C33415 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.24 |
| HSL | 10.69º | 0.81% | 0.42% | - |
| HSV(B) | 10.69º | 0.89% | 0.76% | - |
| XYZ | 23.87 | 14.11 | 2.18 | - |
| YUV | 91.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 21 | 0 | 0.73 | 0.89 | 0.24 | 10.69 | 0.81 | 0.42 |
| Hex | C3 | 34 | 15 | 0 | 49 | 59 | 18 | B | 51 | 2A |
| Octal | 303 | 64 | 25 | 0 | 111 | 131 | 30 | 13 | 121 | 52 |
| Binary | 11000011 | 110100 | 10101 | 0 | 1001001 | 1011001 | 11000 | 1011 | 1010001 | 101010 |
Color Harmonies of #C33415
Complementary color
Monochromatic Colors of #C33415
Black with #C33415
Text Example
Text Example
White with #C33415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33415; }
p { color: rgb(195,52,21); }
H1.HeaderClassName
{
color: #C33415;
}
.AnyTagClassName
{
color: #C33415;
}
</style>
background-color css
<style>
a { background-color: #C33415; }
a { background-color: rgb(195,52,21); }
div.DivClassName
{
background-color: #C33415;
}
.BgClassName
{
background-color: #C33415;
}
</style>
border-color css
<style>
span { border-color: #C33415; }
span { border-color: rgb(195,52,21); }
td.TdClassName
{
border-color: #C33415;
}
.TagClassName
{
border-color: #C33415;
}
</style>