Html Css Color HEX #C63D1C Harley Davidson Orange
📋 copy color: '#C63D1C'red 198 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #C63D1C
Tints of Harley Davidson Orange #C63D1C
RGB
CMYK
RGB Variations
Color information
#C63D1C (or 0xC63D1C) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 1C. RGB value is (198,61,28). Sum of RGB (Red+Green+Blue) = 198+61+28=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D1C is #39C2E3. Grayscale: #626262. Windows color (decimal): -3785444 or 1850822. OLE color: 1850822.
HSL color Cylindrical-coordinate representation of color #C63D1C: hue angle of 11.65º degrees, saturation: 0.75, 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 #C63D1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.22 |
| HSL | 11.65º | 0.75% | 0.44% | - |
| HSV(B) | 11.65º | 0.86% | 0.78% | - |
| XYZ | 25.17 | 15.43 | 2.75 | - |
| YUV | 98.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 28 | 0 | 0.69 | 0.86 | 0.22 | 11.65 | 0.75 | 0.44 |
| Hex | C6 | 3D | 1C | 0 | 45 | 56 | 16 | C | 4B | 2C |
| Octal | 306 | 75 | 34 | 0 | 105 | 126 | 26 | 14 | 113 | 54 |
| Binary | 11000110 | 111101 | 11100 | 0 | 1000101 | 1010110 | 10110 | 1100 | 1001011 | 101100 |
Color Harmonies of #C63D1C
Complementary color
Monochromatic Colors of #C63D1C
Black with #C63D1C
Text Example
Text Example
White with #C63D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D1C; }
p { color: rgb(198,61,28); }
H1.HeaderClassName
{
color: #C63D1C;
}
.AnyTagClassName
{
color: #C63D1C;
}
</style>
background-color css
<style>
a { background-color: #C63D1C; }
a { background-color: rgb(198,61,28); }
div.DivClassName
{
background-color: #C63D1C;
}
.BgClassName
{
background-color: #C63D1C;
}
</style>
border-color css
<style>
span { border-color: #C63D1C; }
span { border-color: rgb(198,61,28); }
td.TdClassName
{
border-color: #C63D1C;
}
.TagClassName
{
border-color: #C63D1C;
}
</style>