Html Css Color HEX #C63A0D Harley Davidson Orange
📋 copy color: '#C63A0D'red 198 ◦ green 58 ◦ blue 13
Shades of Harley Davidson Orange #C63A0D
Tints of Harley Davidson Orange #C63A0D
RGB
CMYK
RGB Variations
Color information
#C63A0D (or 0xC63A0D) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 0D. RGB value is (198,58,13). Sum of RGB (Red+Green+Blue) = 198+58+13=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A0D is #39C5F2. Grayscale: #5F5F5F. Windows color (decimal): -3786227 or 867014. OLE color: 867014.
HSL color Cylindrical-coordinate representation of color #C63A0D: hue angle of 14.59º 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 #C63A0D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.22 |
| HSL | 14.59º | 0.88% | 0.41% | - |
| HSV(B) | 14.59º | 0.93% | 0.78% | - |
| XYZ | 24.87 | 15.06 | 1.98 | - |
| YUV | 94.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 13 | 0 | 0.71 | 0.93 | 0.22 | 14.59 | 0.88 | 0.41 |
| Hex | C6 | 3A | D | 0 | 47 | 5D | 16 | F | 58 | 29 |
| Octal | 306 | 72 | 15 | 0 | 107 | 135 | 26 | 17 | 130 | 51 |
| Binary | 11000110 | 111010 | 1101 | 0 | 1000111 | 1011101 | 10110 | 1111 | 1011000 | 101001 |
Color Harmonies of #C63A0D
Complementary color
Monochromatic Colors of #C63A0D
Black with #C63A0D
Text Example
Text Example
White with #C63A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A0D; }
p { color: rgb(198,58,13); }
H1.HeaderClassName
{
color: #C63A0D;
}
.AnyTagClassName
{
color: #C63A0D;
}
</style>
background-color css
<style>
a { background-color: #C63A0D; }
a { background-color: rgb(198,58,13); }
div.DivClassName
{
background-color: #C63A0D;
}
.BgClassName
{
background-color: #C63A0D;
}
</style>
border-color css
<style>
span { border-color: #C63A0D; }
span { border-color: rgb(198,58,13); }
td.TdClassName
{
border-color: #C63A0D;
}
.TagClassName
{
border-color: #C63A0D;
}
</style>