Html Css Color HEX #C63F25 Harley Davidson Orange
📋 copy color: '#C63F25'red 198 ◦ green 63 ◦ blue 37
Shades of Harley Davidson Orange #C63F25
Tints of Harley Davidson Orange #C63F25
RGB
CMYK
RGB Variations
Color information
#C63F25 (or 0xC63F25) is known color: Harley Davidson Orange. HEX triplet: C6, 3F and 25. RGB value is (198,63,37). Sum of RGB (Red+Green+Blue) = 198+63+37=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F25 is #39C0DA. Grayscale: #646464. Windows color (decimal): -3784923 or 2441158. OLE color: 2441158.
HSL color Cylindrical-coordinate representation of color #C63F25: hue angle of 9.69º 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 #C63F25 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 37 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.22 |
| HSL | 9.69º | 0.69% | 0.46% | - |
| HSV(B) | 9.69º | 0.81% | 0.78% | - |
| XYZ | 25.4 | 15.69 | 3.44 | - |
| YUV | 100.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 37 | 0 | 0.68 | 0.81 | 0.22 | 9.69 | 0.69 | 0.46 |
| Hex | C6 | 3F | 25 | 0 | 44 | 51 | 16 | A | 45 | 2E |
| Octal | 306 | 77 | 45 | 0 | 104 | 121 | 26 | 12 | 105 | 56 |
| Binary | 11000110 | 111111 | 100101 | 0 | 1000100 | 1010001 | 10110 | 1010 | 1000101 | 101110 |
Color Harmonies of #C63F25
Complementary color
Monochromatic Colors of #C63F25
Black with #C63F25
Text Example
Text Example
White with #C63F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F25; }
p { color: rgb(198,63,37); }
H1.HeaderClassName
{
color: #C63F25;
}
.AnyTagClassName
{
color: #C63F25;
}
</style>
background-color css
<style>
a { background-color: #C63F25; }
a { background-color: rgb(198,63,37); }
div.DivClassName
{
background-color: #C63F25;
}
.BgClassName
{
background-color: #C63F25;
}
</style>
border-color css
<style>
span { border-color: #C63F25; }
span { border-color: rgb(198,63,37); }
td.TdClassName
{
border-color: #C63F25;
}
.TagClassName
{
border-color: #C63F25;
}
</style>