Html Css Color HEX #C63315 Harley Davidson Orange
📋 copy color: '#C63315'red 198 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #C63315
Tints of Harley Davidson Orange #C63315
RGB
CMYK
RGB Variations
Color information
#C63315 (or 0xC63315) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 15. RGB value is (198,51,21). Sum of RGB (Red+Green+Blue) = 198+51+21=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C63315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63315 is #39CCEA. Grayscale: #5B5B5B. Windows color (decimal): -3788011 or 1389510. OLE color: 1389510.
HSL color Cylindrical-coordinate representation of color #C63315: hue angle of 10.17º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C63315 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 21 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.22 |
| HSL | 10.17º | 0.81% | 0.43% | - |
| HSV(B) | 10.17º | 0.89% | 0.78% | - |
| XYZ | 24.61 | 14.43 | 2.2 | - |
| YUV | 91.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 21 | 0 | 0.74 | 0.89 | 0.22 | 10.17 | 0.81 | 0.43 |
| Hex | C6 | 33 | 15 | 0 | 4A | 59 | 16 | A | 51 | 2B |
| Octal | 306 | 63 | 25 | 0 | 112 | 131 | 26 | 12 | 121 | 53 |
| Binary | 11000110 | 110011 | 10101 | 0 | 1001010 | 1011001 | 10110 | 1010 | 1010001 | 101011 |
Color Harmonies of #C63315
Complementary color
Monochromatic Colors of #C63315
Black with #C63315
Text Example
Text Example
White with #C63315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63315; }
p { color: rgb(198,51,21); }
H1.HeaderClassName
{
color: #C63315;
}
.AnyTagClassName
{
color: #C63315;
}
</style>
background-color css
<style>
a { background-color: #C63315; }
a { background-color: rgb(198,51,21); }
div.DivClassName
{
background-color: #C63315;
}
.BgClassName
{
background-color: #C63315;
}
</style>
border-color css
<style>
span { border-color: #C63315; }
span { border-color: rgb(198,51,21); }
td.TdClassName
{
border-color: #C63315;
}
.TagClassName
{
border-color: #C63315;
}
</style>