Html Css Color HEX #C63205 Harley Davidson Orange
📋 copy color: '#C63205'red 198 ◦ green 50 ◦ blue 5
Shades of Harley Davidson Orange #C63205
Tints of Harley Davidson Orange #C63205
RGB
CMYK
RGB Variations
Color information
#C63205 (or 0xC63205) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 05. RGB value is (198,50,5). Sum of RGB (Red+Green+Blue) = 198+50+5=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C63205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63205 is #39CDFA. Grayscale: #595959. Windows color (decimal): -3788283 or 340678. OLE color: 340678.
HSL color Cylindrical-coordinate representation of color #C63205: hue angle of 13.99º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C63205 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.22 |
| HSL | 13.99º | 0.95% | 0.4% | - |
| HSV(B) | 13.99º | 0.97% | 0.78% | - |
| XYZ | 24.46 | 14.3 | 1.61 | - |
| YUV | 89.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 5 | 0 | 0.75 | 0.97 | 0.22 | 13.99 | 0.95 | 0.4 |
| Hex | C6 | 32 | 5 | 0 | 4B | 61 | 16 | E | 5F | 28 |
| Octal | 306 | 62 | 5 | 0 | 113 | 141 | 26 | 16 | 137 | 50 |
| Binary | 11000110 | 110010 | 101 | 0 | 1001011 | 1100001 | 10110 | 1110 | 1011111 | 101000 |
Color Harmonies of #C63205
Complementary color
Monochromatic Colors of #C63205
Black with #C63205
Text Example
Text Example
White with #C63205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63205; }
p { color: rgb(198,50,5); }
H1.HeaderClassName
{
color: #C63205;
}
.AnyTagClassName
{
color: #C63205;
}
</style>
background-color css
<style>
a { background-color: #C63205; }
a { background-color: rgb(198,50,5); }
div.DivClassName
{
background-color: #C63205;
}
.BgClassName
{
background-color: #C63205;
}
</style>
border-color css
<style>
span { border-color: #C63205; }
span { border-color: rgb(198,50,5); }
td.TdClassName
{
border-color: #C63205;
}
.TagClassName
{
border-color: #C63205;
}
</style>