Html Css Color HEX #C63000 Harley Davidson Orange
📋 copy color: '#C63000'red 198 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #C63000
Tints of Harley Davidson Orange #C63000
RGB
CMYK
RGB Variations
Color information
#C63000 (or 0xC63000) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 00. RGB value is (198,48,0). Sum of RGB (Red+Green+Blue) = 198+48+0=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C63000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63000 is #39CFFF. Grayscale: #575757. Windows color (decimal): -3788800 or 12486. OLE color: 12486.
HSL color Cylindrical-coordinate representation of color #C63000: hue angle of 14.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C63000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.22 |
| HSL | 14.55º | 1% | 0.39% | - |
| HSV(B) | 14.55º | 1% | 0.78% | - |
| XYZ | 24.35 | 14.12 | 1.44 | - |
| YUV | 87.38 | 78.7 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 0 | 0 | 0.76 | 1 | 0.22 | 14.55 | 1 | 0.39 |
| Hex | C6 | 30 | 0 | 0 | 4C | 64 | 16 | F | 64 | 27 |
| Octal | 306 | 60 | 0 | 0 | 114 | 144 | 26 | 17 | 144 | 47 |
| Binary | 11000110 | 110000 | 0 | 0 | 1001100 | 1100100 | 10110 | 1111 | 1100100 | 100111 |
Color Harmonies of #C63000
Complementary color
Monochromatic Colors of #C63000
Black with #C63000
Text Example
Text Example
White with #C63000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63000; }
p { color: rgb(198,48,0); }
H1.HeaderClassName
{
color: #C63000;
}
.AnyTagClassName
{
color: #C63000;
}
</style>
background-color css
<style>
a { background-color: #C63000; }
a { background-color: rgb(198,48,0); }
div.DivClassName
{
background-color: #C63000;
}
.BgClassName
{
background-color: #C63000;
}
</style>
border-color css
<style>
span { border-color: #C63000; }
span { border-color: rgb(198,48,0); }
td.TdClassName
{
border-color: #C63000;
}
.TagClassName
{
border-color: #C63000;
}
</style>