Html Css Color HEX #C33522 Harley Davidson Orange
📋 copy color: '#C33522'red 195 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #C33522
Tints of Harley Davidson Orange #C33522
RGB
CMYK
RGB Variations
Color information
#C33522 (or 0xC33522) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 22. RGB value is (195,53,34). Sum of RGB (Red+Green+Blue) = 195+53+34=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33522 is #3CCADD. Grayscale: #5D5D5D. Windows color (decimal): -3984094 or 2241987. OLE color: 2241987.
HSL color Cylindrical-coordinate representation of color #C33522: hue angle of 7.08º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C33522 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 34 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.08º | 0.7% | 0.45% | - |
| HSV(B) | 7.08º | 0.83% | 0.76% | - |
| XYZ | 24.07 | 14.26 | 3 | - |
| YUV | 93.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 34 | 0 | 0.73 | 0.83 | 0.24 | 7.08 | 0.7 | 0.45 |
| Hex | C3 | 35 | 22 | 0 | 49 | 53 | 18 | 7 | 46 | 2D |
| Octal | 303 | 65 | 42 | 0 | 111 | 123 | 30 | 7 | 106 | 55 |
| Binary | 11000011 | 110101 | 100010 | 0 | 1001001 | 1010011 | 11000 | 111 | 1000110 | 101101 |
Color Harmonies of #C33522
Complementary color
Monochromatic Colors of #C33522
Black with #C33522
Text Example
Text Example
White with #C33522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33522; }
p { color: rgb(195,53,34); }
H1.HeaderClassName
{
color: #C33522;
}
.AnyTagClassName
{
color: #C33522;
}
</style>
background-color css
<style>
a { background-color: #C33522; }
a { background-color: rgb(195,53,34); }
div.DivClassName
{
background-color: #C33522;
}
.BgClassName
{
background-color: #C33522;
}
</style>
border-color css
<style>
span { border-color: #C33522; }
span { border-color: rgb(195,53,34); }
td.TdClassName
{
border-color: #C33522;
}
.TagClassName
{
border-color: #C33522;
}
</style>