Html Css Color HEX #C63D25 Harley Davidson Orange
📋 copy color: '#C63D25'red 198 ◦ green 61 ◦ blue 37
Shades of Harley Davidson Orange #C63D25
Tints of Harley Davidson Orange #C63D25
RGB
CMYK
RGB Variations
Color information
#C63D25 (or 0xC63D25) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 25. RGB value is (198,61,37). Sum of RGB (Red+Green+Blue) = 198+61+37=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D25 is #39C2DA. Grayscale: #636363. Windows color (decimal): -3785435 or 2440646. OLE color: 2440646.
HSL color Cylindrical-coordinate representation of color #C63D25: hue angle of 8.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C63D25 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 37 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.22 |
| HSL | 8.94º | 0.69% | 0.46% | - |
| HSV(B) | 8.94º | 0.81% | 0.78% | - |
| XYZ | 25.29 | 15.48 | 3.4 | - |
| YUV | 99.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 37 | 0 | 0.69 | 0.81 | 0.22 | 8.94 | 0.69 | 0.46 |
| Hex | C6 | 3D | 25 | 0 | 45 | 51 | 16 | 9 | 45 | 2E |
| Octal | 306 | 75 | 45 | 0 | 105 | 121 | 26 | 11 | 105 | 56 |
| Binary | 11000110 | 111101 | 100101 | 0 | 1000101 | 1010001 | 10110 | 1001 | 1000101 | 101110 |
Color Harmonies of #C63D25
Complementary color
Monochromatic Colors of #C63D25
Black with #C63D25
Text Example
Text Example
White with #C63D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D25; }
p { color: rgb(198,61,37); }
H1.HeaderClassName
{
color: #C63D25;
}
.AnyTagClassName
{
color: #C63D25;
}
</style>
background-color css
<style>
a { background-color: #C63D25; }
a { background-color: rgb(198,61,37); }
div.DivClassName
{
background-color: #C63D25;
}
.BgClassName
{
background-color: #C63D25;
}
</style>
border-color css
<style>
span { border-color: #C63D25; }
span { border-color: rgb(198,61,37); }
td.TdClassName
{
border-color: #C63D25;
}
.TagClassName
{
border-color: #C63D25;
}
</style>