Html Css Color HEX #C44121 Harley Davidson Orange
📋 copy color: '#C44121'red 196 ◦ green 65 ◦ blue 33
Shades of Harley Davidson Orange #C44121
Tints of Harley Davidson Orange #C44121
RGB
CMYK
RGB Variations
Color information
#C44121 (or 0xC44121) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 21. RGB value is (196,65,33). Sum of RGB (Red+Green+Blue) = 196+65+33=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C44121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44121 is #3BBEDE. Grayscale: #646464. Windows color (decimal): -3915487 or 2179524. OLE color: 2179524.
HSL color Cylindrical-coordinate representation of color #C44121: hue angle of 11.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C44121 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 33 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.23 |
| HSL | 11.78º | 0.71% | 0.45% | - |
| HSV(B) | 11.78º | 0.83% | 0.77% | - |
| XYZ | 24.93 | 15.63 | 3.14 | - |
| YUV | 100.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 33 | 0 | 0.67 | 0.83 | 0.23 | 11.78 | 0.71 | 0.45 |
| Hex | C4 | 41 | 21 | 0 | 43 | 53 | 17 | C | 47 | 2D |
| Octal | 304 | 101 | 41 | 0 | 103 | 123 | 27 | 14 | 107 | 55 |
| Binary | 11000100 | 1000001 | 100001 | 0 | 1000011 | 1010011 | 10111 | 1100 | 1000111 | 101101 |
Color Harmonies of #C44121
Complementary color
Monochromatic Colors of #C44121
Black with #C44121
Text Example
Text Example
White with #C44121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44121; }
p { color: rgb(196,65,33); }
H1.HeaderClassName
{
color: #C44121;
}
.AnyTagClassName
{
color: #C44121;
}
</style>
background-color css
<style>
a { background-color: #C44121; }
a { background-color: rgb(196,65,33); }
div.DivClassName
{
background-color: #C44121;
}
.BgClassName
{
background-color: #C44121;
}
</style>
border-color css
<style>
span { border-color: #C44121; }
span { border-color: rgb(196,65,33); }
td.TdClassName
{
border-color: #C44121;
}
.TagClassName
{
border-color: #C44121;
}
</style>