Html Css Color HEX #C63C1B Harley Davidson Orange
📋 copy color: '#C63C1B'red 198 ◦ green 60 ◦ blue 27
Shades of Harley Davidson Orange #C63C1B
Tints of Harley Davidson Orange #C63C1B
RGB
CMYK
RGB Variations
Color information
#C63C1B (or 0xC63C1B) is known color: Harley Davidson Orange. HEX triplet: C6, 3C and 1B. RGB value is (198,60,27). Sum of RGB (Red+Green+Blue) = 198+60+27=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C1B is #39C3E4. Grayscale: #616161. Windows color (decimal): -3785701 or 1785030. OLE color: 1785030.
HSL color Cylindrical-coordinate representation of color #C63C1B: hue angle of 11.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C63C1B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.22 |
| HSL | 11.58º | 0.76% | 0.44% | - |
| HSV(B) | 11.58º | 0.86% | 0.78% | - |
| XYZ | 25.1 | 15.32 | 2.67 | - |
| YUV | 97.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 27 | 0 | 0.70 | 0.86 | 0.22 | 11.58 | 0.76 | 0.44 |
| Hex | C6 | 3C | 1B | 0 | 46 | 56 | 16 | C | 4C | 2C |
| Octal | 306 | 74 | 33 | 0 | 106 | 126 | 26 | 14 | 114 | 54 |
| Binary | 11000110 | 111100 | 11011 | 0 | 1000110 | 1010110 | 10110 | 1100 | 1001100 | 101100 |
Color Harmonies of #C63C1B
Complementary color
Monochromatic Colors of #C63C1B
Black with #C63C1B
Text Example
Text Example
White with #C63C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C1B; }
p { color: rgb(198,60,27); }
H1.HeaderClassName
{
color: #C63C1B;
}
.AnyTagClassName
{
color: #C63C1B;
}
</style>
background-color css
<style>
a { background-color: #C63C1B; }
a { background-color: rgb(198,60,27); }
div.DivClassName
{
background-color: #C63C1B;
}
.BgClassName
{
background-color: #C63C1B;
}
</style>
border-color css
<style>
span { border-color: #C63C1B; }
span { border-color: rgb(198,60,27); }
td.TdClassName
{
border-color: #C63C1B;
}
.TagClassName
{
border-color: #C63C1B;
}
</style>