Html Css Color HEX #C03D22 Harley Davidson Orange
📋 copy color: '#C03D22'red 192 ◦ green 61 ◦ blue 34
Shades of Harley Davidson Orange #C03D22
Tints of Harley Davidson Orange #C03D22
RGB
CMYK
RGB Variations
Color information
#C03D22 (or 0xC03D22) is known color: Harley Davidson Orange. HEX triplet: C0, 3D and 22. RGB value is (192,61,34). Sum of RGB (Red+Green+Blue) = 192+61+34=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D22 is #3FC2DD. Grayscale: #616161. Windows color (decimal): -4178654 or 2244032. OLE color: 2244032.
HSL color Cylindrical-coordinate representation of color #C03D22: hue angle of 10.25º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03D22 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 34 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.25 |
| HSL | 10.25º | 0.7% | 0.44% | - |
| HSV(B) | 10.25º | 0.82% | 0.75% | - |
| XYZ | 23.7 | 14.66 | 3.09 | - |
| YUV | 97.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 34 | 0 | 0.68 | 0.82 | 0.25 | 10.25 | 0.7 | 0.44 |
| Hex | C0 | 3D | 22 | 0 | 44 | 52 | 19 | A | 46 | 2C |
| Octal | 300 | 75 | 42 | 0 | 104 | 122 | 31 | 12 | 106 | 54 |
| Binary | 11000000 | 111101 | 100010 | 0 | 1000100 | 1010010 | 11001 | 1010 | 1000110 | 101100 |
Color Harmonies of #C03D22
Complementary color
Monochromatic Colors of #C03D22
Black with #C03D22
Text Example
Text Example
White with #C03D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D22; }
p { color: rgb(192,61,34); }
H1.HeaderClassName
{
color: #C03D22;
}
.AnyTagClassName
{
color: #C03D22;
}
</style>
background-color css
<style>
a { background-color: #C03D22; }
a { background-color: rgb(192,61,34); }
div.DivClassName
{
background-color: #C03D22;
}
.BgClassName
{
background-color: #C03D22;
}
</style>
border-color css
<style>
span { border-color: #C03D22; }
span { border-color: rgb(192,61,34); }
td.TdClassName
{
border-color: #C03D22;
}
.TagClassName
{
border-color: #C03D22;
}
</style>