Html Css Color HEX #C33820 Harley Davidson Orange
📋 copy color: '#C33820'red 195 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #C33820
Tints of Harley Davidson Orange #C33820
RGB
CMYK
RGB Variations
Color information
#C33820 (or 0xC33820) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 20. RGB value is (195,56,32). Sum of RGB (Red+Green+Blue) = 195+56+32=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33820 is #3CC7DF. Grayscale: #5F5F5F. Windows color (decimal): -3983328 or 2111683. OLE color: 2111683.
HSL color Cylindrical-coordinate representation of color #C33820: hue angle of 8.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33820 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 32 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.24 |
| HSL | 8.83º | 0.72% | 0.45% | - |
| HSV(B) | 8.83º | 0.84% | 0.76% | - |
| XYZ | 24.18 | 14.53 | 2.9 | - |
| YUV | 94.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 32 | 0 | 0.71 | 0.84 | 0.24 | 8.83 | 0.72 | 0.45 |
| Hex | C3 | 38 | 20 | 0 | 47 | 54 | 18 | 9 | 48 | 2D |
| Octal | 303 | 70 | 40 | 0 | 107 | 124 | 30 | 11 | 110 | 55 |
| Binary | 11000011 | 111000 | 100000 | 0 | 1000111 | 1010100 | 11000 | 1001 | 1001000 | 101101 |
Color Harmonies of #C33820
Complementary color
Monochromatic Colors of #C33820
Black with #C33820
Text Example
Text Example
White with #C33820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33820; }
p { color: rgb(195,56,32); }
H1.HeaderClassName
{
color: #C33820;
}
.AnyTagClassName
{
color: #C33820;
}
</style>
background-color css
<style>
a { background-color: #C33820; }
a { background-color: rgb(195,56,32); }
div.DivClassName
{
background-color: #C33820;
}
.BgClassName
{
background-color: #C33820;
}
</style>
border-color css
<style>
span { border-color: #C33820; }
span { border-color: rgb(195,56,32); }
td.TdClassName
{
border-color: #C33820;
}
.TagClassName
{
border-color: #C33820;
}
</style>