Html Css Color HEX #C03003 Harley Davidson Orange
📋 copy color: '#C03003'red 192 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #C03003
Tints of Harley Davidson Orange #C03003
RGB
CMYK
RGB Variations
Color information
#C03003 (or 0xC03003) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 03. RGB value is (192,48,3). Sum of RGB (Red+Green+Blue) = 192+48+3=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C03003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03003 is #3FCFFC. Grayscale: #565656. Windows color (decimal): -4182013 or 209088. OLE color: 209088.
HSL color Cylindrical-coordinate representation of color #C03003: hue angle of 14.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03003 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.25 |
| HSL | 14.29º | 0.97% | 0.38% | - |
| HSV(B) | 14.29º | 0.98% | 0.75% | - |
| XYZ | 22.81 | 13.33 | 1.46 | - |
| YUV | 85.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 3 | 0 | 0.75 | 0.98 | 0.25 | 14.29 | 0.97 | 0.38 |
| Hex | C0 | 30 | 3 | 0 | 4B | 62 | 19 | E | 61 | 26 |
| Octal | 300 | 60 | 3 | 0 | 113 | 142 | 31 | 16 | 141 | 46 |
| Binary | 11000000 | 110000 | 11 | 0 | 1001011 | 1100010 | 11001 | 1110 | 1100001 | 100110 |
Color Harmonies of #C03003
Complementary color
Monochromatic Colors of #C03003
Black with #C03003
Text Example
Text Example
White with #C03003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03003; }
p { color: rgb(192,48,3); }
H1.HeaderClassName
{
color: #C03003;
}
.AnyTagClassName
{
color: #C03003;
}
</style>
background-color css
<style>
a { background-color: #C03003; }
a { background-color: rgb(192,48,3); }
div.DivClassName
{
background-color: #C03003;
}
.BgClassName
{
background-color: #C03003;
}
</style>
border-color css
<style>
span { border-color: #C03003; }
span { border-color: rgb(192,48,3); }
td.TdClassName
{
border-color: #C03003;
}
.TagClassName
{
border-color: #C03003;
}
</style>