Html Css Color HEX #C63004 Harley Davidson Orange
📋 copy color: '#C63004'red 198 ◦ green 48 ◦ blue 4
Shades of Harley Davidson Orange #C63004
Tints of Harley Davidson Orange #C63004
RGB
CMYK
RGB Variations
Color information
#C63004 (or 0xC63004) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 04. RGB value is (198,48,4). Sum of RGB (Red+Green+Blue) = 198+48+4=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C63004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63004 is #39CFFB. Grayscale: #585858. Windows color (decimal): -3788796 or 274630. OLE color: 274630.
HSL color Cylindrical-coordinate representation of color #C63004: hue angle of 13.61º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C63004 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.22 |
| HSL | 13.61º | 0.96% | 0.4% | - |
| HSV(B) | 13.61º | 0.98% | 0.78% | - |
| XYZ | 24.37 | 14.13 | 1.56 | - |
| YUV | 87.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 4 | 0 | 0.76 | 0.98 | 0.22 | 13.61 | 0.96 | 0.4 |
| Hex | C6 | 30 | 4 | 0 | 4C | 62 | 16 | E | 60 | 28 |
| Octal | 306 | 60 | 4 | 0 | 114 | 142 | 26 | 16 | 140 | 50 |
| Binary | 11000110 | 110000 | 100 | 0 | 1001100 | 1100010 | 10110 | 1110 | 1100000 | 101000 |
Color Harmonies of #C63004
Complementary color
Monochromatic Colors of #C63004
Black with #C63004
Text Example
Text Example
White with #C63004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63004; }
p { color: rgb(198,48,4); }
H1.HeaderClassName
{
color: #C63004;
}
.AnyTagClassName
{
color: #C63004;
}
</style>
background-color css
<style>
a { background-color: #C63004; }
a { background-color: rgb(198,48,4); }
div.DivClassName
{
background-color: #C63004;
}
.BgClassName
{
background-color: #C63004;
}
</style>
border-color css
<style>
span { border-color: #C63004; }
span { border-color: rgb(198,48,4); }
td.TdClassName
{
border-color: #C63004;
}
.TagClassName
{
border-color: #C63004;
}
</style>