Html Css Color HEX #C62305 Harley Davidson Orange
📋 copy color: '#C62305'red 198 ◦ green 35 ◦ blue 5
Shades of Harley Davidson Orange #C62305
Tints of Harley Davidson Orange #C62305
RGB
CMYK
RGB Variations
Color information
#C62305 (or 0xC62305) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 05. RGB value is (198,35,5). Sum of RGB (Red+Green+Blue) = 198+35+5=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62305 is #39DCFA. Grayscale: #505050. Windows color (decimal): -3792123 or 336838. OLE color: 336838.
HSL color Cylindrical-coordinate representation of color #C62305: hue angle of 9.33º 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 #C62305 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.22 |
| HSL | 9.33º | 0.95% | 0.4% | - |
| HSV(B) | 9.33º | 0.97% | 0.78% | - |
| XYZ | 23.92 | 13.22 | 1.43 | - |
| YUV | 80.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 5 | 0 | 0.82 | 0.97 | 0.22 | 9.33 | 0.95 | 0.4 |
| Hex | C6 | 23 | 5 | 0 | 52 | 61 | 16 | 9 | 5F | 28 |
| Octal | 306 | 43 | 5 | 0 | 122 | 141 | 26 | 11 | 137 | 50 |
| Binary | 11000110 | 100011 | 101 | 0 | 1010010 | 1100001 | 10110 | 1001 | 1011111 | 101000 |
Color Harmonies of #C62305
Complementary color
Monochromatic Colors of #C62305
Black with #C62305
Text Example
Text Example
White with #C62305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62305; }
p { color: rgb(198,35,5); }
H1.HeaderClassName
{
color: #C62305;
}
.AnyTagClassName
{
color: #C62305;
}
</style>
background-color css
<style>
a { background-color: #C62305; }
a { background-color: rgb(198,35,5); }
div.DivClassName
{
background-color: #C62305;
}
.BgClassName
{
background-color: #C62305;
}
</style>
border-color css
<style>
span { border-color: #C62305; }
span { border-color: rgb(198,35,5); }
td.TdClassName
{
border-color: #C62305;
}
.TagClassName
{
border-color: #C62305;
}
</style>