Html Css Color HEX #C63D13 Harley Davidson Orange
📋 copy color: '#C63D13'red 198 ◦ green 61 ◦ blue 19
Shades of Harley Davidson Orange #C63D13
Tints of Harley Davidson Orange #C63D13
RGB
CMYK
RGB Variations
Color information
#C63D13 (or 0xC63D13) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 13. RGB value is (198,61,19). Sum of RGB (Red+Green+Blue) = 198+61+19=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D13 is #39C2EC. Grayscale: #616161. Windows color (decimal): -3785453 or 1260998. OLE color: 1260998.
HSL color Cylindrical-coordinate representation of color #C63D13: hue angle of 14.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63D13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.22 |
| HSL | 14.08º | 0.82% | 0.43% | - |
| HSV(B) | 14.08º | 0.9% | 0.78% | - |
| XYZ | 25.07 | 15.39 | 2.27 | - |
| YUV | 97.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 19 | 0 | 0.69 | 0.90 | 0.22 | 14.08 | 0.82 | 0.43 |
| Hex | C6 | 3D | 13 | 0 | 45 | 5A | 16 | E | 52 | 2B |
| Octal | 306 | 75 | 23 | 0 | 105 | 132 | 26 | 16 | 122 | 53 |
| Binary | 11000110 | 111101 | 10011 | 0 | 1000101 | 1011010 | 10110 | 1110 | 1010010 | 101011 |
Color Harmonies of #C63D13
Complementary color
Monochromatic Colors of #C63D13
Black with #C63D13
Text Example
Text Example
White with #C63D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D13; }
p { color: rgb(198,61,19); }
H1.HeaderClassName
{
color: #C63D13;
}
.AnyTagClassName
{
color: #C63D13;
}
</style>
background-color css
<style>
a { background-color: #C63D13; }
a { background-color: rgb(198,61,19); }
div.DivClassName
{
background-color: #C63D13;
}
.BgClassName
{
background-color: #C63D13;
}
</style>
border-color css
<style>
span { border-color: #C63D13; }
span { border-color: rgb(198,61,19); }
td.TdClassName
{
border-color: #C63D13;
}
.TagClassName
{
border-color: #C63D13;
}
</style>