Html Css Color HEX #C0230F Harley Davidson Orange
📋 copy color: '#C0230F'red 192 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #C0230F
Tints of Harley Davidson Orange #C0230F
RGB
CMYK
RGB Variations
Color information
#C0230F (or 0xC0230F) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 0F. RGB value is (192,35,15). Sum of RGB (Red+Green+Blue) = 192+35+15=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0230F is #3FDCF0. Grayscale: #4F4F4F. Windows color (decimal): -4185329 or 992192. OLE color: 992192.
HSL color Cylindrical-coordinate representation of color #C0230F: hue angle of 6.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0230F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.25 |
| HSL | 6.78º | 0.86% | 0.41% | - |
| HSV(B) | 6.78º | 0.92% | 0.75% | - |
| XYZ | 22.43 | 12.44 | 1.67 | - |
| YUV | 79.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 15 | 0 | 0.82 | 0.92 | 0.25 | 6.78 | 0.86 | 0.41 |
| Hex | C0 | 23 | F | 0 | 52 | 5C | 19 | 7 | 56 | 29 |
| Octal | 300 | 43 | 17 | 0 | 122 | 134 | 31 | 7 | 126 | 51 |
| Binary | 11000000 | 100011 | 1111 | 0 | 1010010 | 1011100 | 11001 | 111 | 1010110 | 101001 |
Color Harmonies of #C0230F
Complementary color
Monochromatic Colors of #C0230F
Black with #C0230F
Text Example
Text Example
White with #C0230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0230F; }
p { color: rgb(192,35,15); }
H1.HeaderClassName
{
color: #C0230F;
}
.AnyTagClassName
{
color: #C0230F;
}
</style>
background-color css
<style>
a { background-color: #C0230F; }
a { background-color: rgb(192,35,15); }
div.DivClassName
{
background-color: #C0230F;
}
.BgClassName
{
background-color: #C0230F;
}
</style>
border-color css
<style>
span { border-color: #C0230F; }
span { border-color: rgb(192,35,15); }
td.TdClassName
{
border-color: #C0230F;
}
.TagClassName
{
border-color: #C0230F;
}
</style>