Html Css Color HEX #C23512 Harley Davidson Orange
📋 copy color: '#C23512'red 194 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #C23512
Tints of Harley Davidson Orange #C23512
RGB
CMYK
RGB Variations
Color information
#C23512 (or 0xC23512) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 12. RGB value is (194,53,18). Sum of RGB (Red+Green+Blue) = 194+53+18=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C23512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23512 is #3DCAED. Grayscale: #5B5B5B. Windows color (decimal): -4049646 or 1193410. OLE color: 1193410.
HSL color Cylindrical-coordinate representation of color #C23512: hue angle of 11.93º 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 #C23512 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.24 |
| HSL | 11.93º | 0.83% | 0.42% | - |
| HSV(B) | 11.93º | 0.91% | 0.76% | - |
| XYZ | 23.63 | 14.06 | 2.04 | - |
| YUV | 91.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 18 | 0 | 0.73 | 0.91 | 0.24 | 11.93 | 0.83 | 0.42 |
| Hex | C2 | 35 | 12 | 0 | 49 | 5B | 18 | C | 53 | 2A |
| Octal | 302 | 65 | 22 | 0 | 111 | 133 | 30 | 14 | 123 | 52 |
| Binary | 11000010 | 110101 | 10010 | 0 | 1001001 | 1011011 | 11000 | 1100 | 1010011 | 101010 |
Color Harmonies of #C23512
Complementary color
Monochromatic Colors of #C23512
Black with #C23512
Text Example
Text Example
White with #C23512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23512; }
p { color: rgb(194,53,18); }
H1.HeaderClassName
{
color: #C23512;
}
.AnyTagClassName
{
color: #C23512;
}
</style>
background-color css
<style>
a { background-color: #C23512; }
a { background-color: rgb(194,53,18); }
div.DivClassName
{
background-color: #C23512;
}
.BgClassName
{
background-color: #C23512;
}
</style>
border-color css
<style>
span { border-color: #C23512; }
span { border-color: rgb(194,53,18); }
td.TdClassName
{
border-color: #C23512;
}
.TagClassName
{
border-color: #C23512;
}
</style>