Html Css Color HEX #C3321B Harley Davidson Orange
📋 copy color: '#C3321B'red 195 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C3321B
Tints of Harley Davidson Orange #C3321B
RGB
CMYK
RGB Variations
Color information
#C3321B (or 0xC3321B) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 1B. RGB value is (195,50,27). Sum of RGB (Red+Green+Blue) = 195+50+27=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3321B is #3CCDE4. Grayscale: #5A5A5A. Windows color (decimal): -3984869 or 1782467. OLE color: 1782467.
HSL color Cylindrical-coordinate representation of color #C3321B: hue angle of 8.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3321B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.24 |
| HSL | 8.21º | 0.76% | 0.44% | - |
| HSV(B) | 8.21º | 0.86% | 0.76% | - |
| XYZ | 23.84 | 13.96 | 2.48 | - |
| YUV | 90.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 27 | 0 | 0.74 | 0.86 | 0.24 | 8.21 | 0.76 | 0.44 |
| Hex | C3 | 32 | 1B | 0 | 4A | 56 | 18 | 8 | 4C | 2C |
| Octal | 303 | 62 | 33 | 0 | 112 | 126 | 30 | 10 | 114 | 54 |
| Binary | 11000011 | 110010 | 11011 | 0 | 1001010 | 1010110 | 11000 | 1000 | 1001100 | 101100 |
Color Harmonies of #C3321B
Complementary color
Monochromatic Colors of #C3321B
Black with #C3321B
Text Example
Text Example
White with #C3321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3321B; }
p { color: rgb(195,50,27); }
H1.HeaderClassName
{
color: #C3321B;
}
.AnyTagClassName
{
color: #C3321B;
}
</style>
background-color css
<style>
a { background-color: #C3321B; }
a { background-color: rgb(195,50,27); }
div.DivClassName
{
background-color: #C3321B;
}
.BgClassName
{
background-color: #C3321B;
}
</style>
border-color css
<style>
span { border-color: #C3321B; }
span { border-color: rgb(195,50,27); }
td.TdClassName
{
border-color: #C3321B;
}
.TagClassName
{
border-color: #C3321B;
}
</style>