Html Css Color HEX #C23912 Harley Davidson Orange
📋 copy color: '#C23912'red 194 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #C23912
Tints of Harley Davidson Orange #C23912
RGB
CMYK
RGB Variations
Color information
#C23912 (or 0xC23912) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 12. RGB value is (194,57,18). Sum of RGB (Red+Green+Blue) = 194+57+18=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23912 is #3DC6ED. Grayscale: #5D5D5D. Windows color (decimal): -4048622 or 1194434. OLE color: 1194434.
HSL color Cylindrical-coordinate representation of color #C23912: hue angle of 13.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C23912 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.24 |
| HSL | 13.3º | 0.83% | 0.42% | - |
| HSV(B) | 13.3º | 0.91% | 0.76% | - |
| XYZ | 23.82 | 14.44 | 2.1 | - |
| YUV | 93.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 18 | 0 | 0.71 | 0.91 | 0.24 | 13.3 | 0.83 | 0.42 |
| Hex | C2 | 39 | 12 | 0 | 47 | 5B | 18 | D | 53 | 2A |
| Octal | 302 | 71 | 22 | 0 | 107 | 133 | 30 | 15 | 123 | 52 |
| Binary | 11000010 | 111001 | 10010 | 0 | 1000111 | 1011011 | 11000 | 1101 | 1010011 | 101010 |
Color Harmonies of #C23912
Complementary color
Monochromatic Colors of #C23912
Black with #C23912
Text Example
Text Example
White with #C23912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23912; }
p { color: rgb(194,57,18); }
H1.HeaderClassName
{
color: #C23912;
}
.AnyTagClassName
{
color: #C23912;
}
</style>
background-color css
<style>
a { background-color: #C23912; }
a { background-color: rgb(194,57,18); }
div.DivClassName
{
background-color: #C23912;
}
.BgClassName
{
background-color: #C23912;
}
</style>
border-color css
<style>
span { border-color: #C23912; }
span { border-color: rgb(194,57,18); }
td.TdClassName
{
border-color: #C23912;
}
.TagClassName
{
border-color: #C23912;
}
</style>