Html Css Color HEX #C34321 Harley Davidson Orange
📋 copy color: '#C34321'red 195 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #C34321
Tints of Harley Davidson Orange #C34321
RGB
CMYK
RGB Variations
Color information
#C34321 (or 0xC34321) is known color: Harley Davidson Orange. HEX triplet: C3, 43 and 21. RGB value is (195,67,33). Sum of RGB (Red+Green+Blue) = 195+67+33=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34321 is #3CBCDE. Grayscale: #656565. Windows color (decimal): -3980511 or 2180035. OLE color: 2180035.
HSL color Cylindrical-coordinate representation of color #C34321: hue angle of 12.59º degrees, saturation: 0.71, 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 #C34321 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 33 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.24 |
| HSL | 12.59º | 0.71% | 0.45% | - |
| HSV(B) | 12.59º | 0.83% | 0.76% | - |
| XYZ | 24.79 | 15.73 | 3.17 | - |
| YUV | 101.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 33 | 0 | 0.66 | 0.83 | 0.24 | 12.59 | 0.71 | 0.45 |
| Hex | C3 | 43 | 21 | 0 | 42 | 53 | 18 | D | 47 | 2D |
| Octal | 303 | 103 | 41 | 0 | 102 | 123 | 30 | 15 | 107 | 55 |
| Binary | 11000011 | 1000011 | 100001 | 0 | 1000010 | 1010011 | 11000 | 1101 | 1000111 | 101101 |
Color Harmonies of #C34321
Complementary color
Monochromatic Colors of #C34321
Black with #C34321
Text Example
Text Example
White with #C34321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34321; }
p { color: rgb(195,67,33); }
H1.HeaderClassName
{
color: #C34321;
}
.AnyTagClassName
{
color: #C34321;
}
</style>
background-color css
<style>
a { background-color: #C34321; }
a { background-color: rgb(195,67,33); }
div.DivClassName
{
background-color: #C34321;
}
.BgClassName
{
background-color: #C34321;
}
</style>
border-color css
<style>
span { border-color: #C34321; }
span { border-color: rgb(195,67,33); }
td.TdClassName
{
border-color: #C34321;
}
.TagClassName
{
border-color: #C34321;
}
</style>