Html Css Color HEX #C63900 Harley Davidson Orange
📋 copy color: '#C63900'red 198 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #C63900
Tints of Harley Davidson Orange #C63900
RGB
CMYK
RGB Variations
Color information
#C63900 (or 0xC63900) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 00. RGB value is (198,57,0). Sum of RGB (Red+Green+Blue) = 198+57+0=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C63900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63900 is #39C6FF. Grayscale: #5D5D5D. Windows color (decimal): -3786496 or 14790. OLE color: 14790.
HSL color Cylindrical-coordinate representation of color #C63900: hue angle of 17.27º 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 #C63900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.22 |
| HSL | 17.27º | 1% | 0.39% | - |
| HSV(B) | 17.27º | 1% | 0.78% | - |
| XYZ | 24.75 | 14.93 | 1.58 | - |
| YUV | 92.66 | 75.71 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 0 | 0 | 0.71 | 1 | 0.22 | 17.27 | 1 | 0.39 |
| Hex | C6 | 39 | 0 | 0 | 47 | 64 | 16 | 11 | 64 | 27 |
| Octal | 306 | 71 | 0 | 0 | 107 | 144 | 26 | 21 | 144 | 47 |
| Binary | 11000110 | 111001 | 0 | 0 | 1000111 | 1100100 | 10110 | 10001 | 1100100 | 100111 |
Color Harmonies of #C63900
Complementary color
Monochromatic Colors of #C63900
Black with #C63900
Text Example
Text Example
White with #C63900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63900; }
p { color: rgb(198,57,0); }
H1.HeaderClassName
{
color: #C63900;
}
.AnyTagClassName
{
color: #C63900;
}
</style>
background-color css
<style>
a { background-color: #C63900; }
a { background-color: rgb(198,57,0); }
div.DivClassName
{
background-color: #C63900;
}
.BgClassName
{
background-color: #C63900;
}
</style>
border-color css
<style>
span { border-color: #C63900; }
span { border-color: rgb(198,57,0); }
td.TdClassName
{
border-color: #C63900;
}
.TagClassName
{
border-color: #C63900;
}
</style>