Html Css Color HEX #C62309 Harley Davidson Orange
📋 copy color: '#C62309'red 198 ◦ green 35 ◦ blue 9
Shades of Harley Davidson Orange #C62309
Tints of Harley Davidson Orange #C62309
RGB
CMYK
RGB Variations
Color information
#C62309 (or 0xC62309) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 09. RGB value is (198,35,9). Sum of RGB (Red+Green+Blue) = 198+35+9=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C62309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62309 is #39DCF6. Grayscale: #515151. Windows color (decimal): -3792119 or 598982. OLE color: 598982.
HSL color Cylindrical-coordinate representation of color #C62309: hue angle of 8.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C62309 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.22 |
| HSL | 8.25º | 0.91% | 0.41% | - |
| HSV(B) | 8.25º | 0.95% | 0.78% | - |
| XYZ | 23.94 | 13.23 | 1.55 | - |
| YUV | 80.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 9 | 0 | 0.82 | 0.95 | 0.22 | 8.25 | 0.91 | 0.41 |
| Hex | C6 | 23 | 9 | 0 | 52 | 5F | 16 | 8 | 5B | 29 |
| Octal | 306 | 43 | 11 | 0 | 122 | 137 | 26 | 10 | 133 | 51 |
| Binary | 11000110 | 100011 | 1001 | 0 | 1010010 | 1011111 | 10110 | 1000 | 1011011 | 101001 |
Color Harmonies of #C62309
Complementary color
Monochromatic Colors of #C62309
Black with #C62309
Text Example
Text Example
White with #C62309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62309; }
p { color: rgb(198,35,9); }
H1.HeaderClassName
{
color: #C62309;
}
.AnyTagClassName
{
color: #C62309;
}
</style>
background-color css
<style>
a { background-color: #C62309; }
a { background-color: rgb(198,35,9); }
div.DivClassName
{
background-color: #C62309;
}
.BgClassName
{
background-color: #C62309;
}
</style>
border-color css
<style>
span { border-color: #C62309; }
span { border-color: rgb(198,35,9); }
td.TdClassName
{
border-color: #C62309;
}
.TagClassName
{
border-color: #C62309;
}
</style>