Html Css Color HEX #C33713 Harley Davidson Orange
📋 copy color: '#C33713'red 195 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #C33713
Tints of Harley Davidson Orange #C33713
RGB
CMYK
RGB Variations
Color information
#C33713 (or 0xC33713) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 13. RGB value is (195,55,19). Sum of RGB (Red+Green+Blue) = 195+55+19=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33713 is #3CC8EC. Grayscale: #5D5D5D. Windows color (decimal): -3983597 or 1259459. OLE color: 1259459.
HSL color Cylindrical-coordinate representation of color #C33713: hue angle of 12.27º 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 #C33713 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.24 |
| HSL | 12.27º | 0.82% | 0.42% | - |
| HSV(B) | 12.27º | 0.9% | 0.76% | - |
| XYZ | 23.99 | 14.38 | 2.13 | - |
| YUV | 92.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 19 | 0 | 0.72 | 0.90 | 0.24 | 12.27 | 0.82 | 0.42 |
| Hex | C3 | 37 | 13 | 0 | 48 | 5A | 18 | C | 52 | 2A |
| Octal | 303 | 67 | 23 | 0 | 110 | 132 | 30 | 14 | 122 | 52 |
| Binary | 11000011 | 110111 | 10011 | 0 | 1001000 | 1011010 | 11000 | 1100 | 1010010 | 101010 |
Color Harmonies of #C33713
Complementary color
Monochromatic Colors of #C33713
Black with #C33713
Text Example
Text Example
White with #C33713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33713; }
p { color: rgb(195,55,19); }
H1.HeaderClassName
{
color: #C33713;
}
.AnyTagClassName
{
color: #C33713;
}
</style>
background-color css
<style>
a { background-color: #C33713; }
a { background-color: rgb(195,55,19); }
div.DivClassName
{
background-color: #C33713;
}
.BgClassName
{
background-color: #C33713;
}
</style>
border-color css
<style>
span { border-color: #C33713; }
span { border-color: rgb(195,55,19); }
td.TdClassName
{
border-color: #C33713;
}
.TagClassName
{
border-color: #C33713;
}
</style>