Html Css Color HEX #C63D0D Harley Davidson Orange
📋 copy color: '#C63D0D'red 198 ◦ green 61 ◦ blue 13
Shades of Harley Davidson Orange #C63D0D
Tints of Harley Davidson Orange #C63D0D
RGB
CMYK
RGB Variations
Color information
#C63D0D (or 0xC63D0D) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 0D. RGB value is (198,61,13). Sum of RGB (Red+Green+Blue) = 198+61+13=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D0D is #39C2F2. Grayscale: #606060. Windows color (decimal): -3785459 or 867782. OLE color: 867782.
HSL color Cylindrical-coordinate representation of color #C63D0D: hue angle of 15.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C63D0D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.22 |
| HSL | 15.57º | 0.88% | 0.41% | - |
| HSV(B) | 15.57º | 0.93% | 0.78% | - |
| XYZ | 25.03 | 15.37 | 2.03 | - |
| YUV | 96.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 13 | 0 | 0.69 | 0.93 | 0.22 | 15.57 | 0.88 | 0.41 |
| Hex | C6 | 3D | D | 0 | 45 | 5D | 16 | 10 | 58 | 29 |
| Octal | 306 | 75 | 15 | 0 | 105 | 135 | 26 | 20 | 130 | 51 |
| Binary | 11000110 | 111101 | 1101 | 0 | 1000101 | 1011101 | 10110 | 10000 | 1011000 | 101001 |
Color Harmonies of #C63D0D
Complementary color
Monochromatic Colors of #C63D0D
Black with #C63D0D
Text Example
Text Example
White with #C63D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D0D; }
p { color: rgb(198,61,13); }
H1.HeaderClassName
{
color: #C63D0D;
}
.AnyTagClassName
{
color: #C63D0D;
}
</style>
background-color css
<style>
a { background-color: #C63D0D; }
a { background-color: rgb(198,61,13); }
div.DivClassName
{
background-color: #C63D0D;
}
.BgClassName
{
background-color: #C63D0D;
}
</style>
border-color css
<style>
span { border-color: #C63D0D; }
span { border-color: rgb(198,61,13); }
td.TdClassName
{
border-color: #C63D0D;
}
.TagClassName
{
border-color: #C63D0D;
}
</style>