Html Css Color HEX #C03321 Harley Davidson Orange
📋 copy color: '#C03321'red 192 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #C03321
Tints of Harley Davidson Orange #C03321
RGB
CMYK
RGB Variations
Color information
#C03321 (or 0xC03321) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 21. RGB value is (192,51,33). Sum of RGB (Red+Green+Blue) = 192+51+33=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C03321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03321 is #3FCCDE. Grayscale: #5B5B5B. Windows color (decimal): -4181215 or 2175936. OLE color: 2175936.
HSL color Cylindrical-coordinate representation of color #C03321: hue angle of 6.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03321 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.25 |
| HSL | 6.79º | 0.71% | 0.44% | - |
| HSV(B) | 6.79º | 0.83% | 0.75% | - |
| XYZ | 23.2 | 13.68 | 2.86 | - |
| YUV | 91.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 33 | 0 | 0.73 | 0.83 | 0.25 | 6.79 | 0.71 | 0.44 |
| Hex | C0 | 33 | 21 | 0 | 49 | 53 | 19 | 7 | 47 | 2C |
| Octal | 300 | 63 | 41 | 0 | 111 | 123 | 31 | 7 | 107 | 54 |
| Binary | 11000000 | 110011 | 100001 | 0 | 1001001 | 1010011 | 11001 | 111 | 1000111 | 101100 |
Color Harmonies of #C03321
Complementary color
Monochromatic Colors of #C03321
Black with #C03321
Text Example
Text Example
White with #C03321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03321; }
p { color: rgb(192,51,33); }
H1.HeaderClassName
{
color: #C03321;
}
.AnyTagClassName
{
color: #C03321;
}
</style>
background-color css
<style>
a { background-color: #C03321; }
a { background-color: rgb(192,51,33); }
div.DivClassName
{
background-color: #C03321;
}
.BgClassName
{
background-color: #C03321;
}
</style>
border-color css
<style>
span { border-color: #C03321; }
span { border-color: rgb(192,51,33); }
td.TdClassName
{
border-color: #C03321;
}
.TagClassName
{
border-color: #C03321;
}
</style>