Html Css Color HEX #C33310 Harley Davidson Orange
📋 copy color: '#C33310'red 195 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #C33310
Tints of Harley Davidson Orange #C33310
RGB
CMYK
RGB Variations
Color information
#C33310 (or 0xC33310) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 10. RGB value is (195,51,16). Sum of RGB (Red+Green+Blue) = 195+51+16=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C33310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33310 is #3CCCEF. Grayscale: #5A5A5A. Windows color (decimal): -3984624 or 1061827. OLE color: 1061827.
HSL color Cylindrical-coordinate representation of color #C33310: hue angle of 11.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C33310 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.24 |
| HSL | 11.73º | 0.85% | 0.41% | - |
| HSV(B) | 11.73º | 0.92% | 0.76% | - |
| XYZ | 23.78 | 14.01 | 1.94 | - |
| YUV | 90.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 16 | 0 | 0.74 | 0.92 | 0.24 | 11.73 | 0.85 | 0.41 |
| Hex | C3 | 33 | 10 | 0 | 4A | 5C | 18 | C | 55 | 29 |
| Octal | 303 | 63 | 20 | 0 | 112 | 134 | 30 | 14 | 125 | 51 |
| Binary | 11000011 | 110011 | 10000 | 0 | 1001010 | 1011100 | 11000 | 1100 | 1010101 | 101001 |
Color Harmonies of #C33310
Complementary color
Monochromatic Colors of #C33310
Black with #C33310
Text Example
Text Example
White with #C33310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33310; }
p { color: rgb(195,51,16); }
H1.HeaderClassName
{
color: #C33310;
}
.AnyTagClassName
{
color: #C33310;
}
</style>
background-color css
<style>
a { background-color: #C33310; }
a { background-color: rgb(195,51,16); }
div.DivClassName
{
background-color: #C33310;
}
.BgClassName
{
background-color: #C33310;
}
</style>
border-color css
<style>
span { border-color: #C33310; }
span { border-color: rgb(195,51,16); }
td.TdClassName
{
border-color: #C33310;
}
.TagClassName
{
border-color: #C33310;
}
</style>