Html Css Color HEX #C23023 Harley Davidson Orange
📋 copy color: '#C23023'red 194 ◦ green 48 ◦ blue 35
Shades of Harley Davidson Orange #C23023
Tints of Harley Davidson Orange #C23023
RGB
CMYK
RGB Variations
Color information
#C23023 (or 0xC23023) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 23. RGB value is (194,48,35). Sum of RGB (Red+Green+Blue) = 194+48+35=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C23023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23023 is #3DCFDC. Grayscale: #5A5A5A. Windows color (decimal): -4050909 or 2306242. OLE color: 2306242.
HSL color Cylindrical-coordinate representation of color #C23023: hue angle of 4.91º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C23023 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 35 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.24 |
| HSL | 4.91º | 0.69% | 0.45% | - |
| HSV(B) | 4.91º | 0.82% | 0.76% | - |
| XYZ | 23.61 | 13.7 | 2.99 | - |
| YUV | 90.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 35 | 0 | 0.75 | 0.82 | 0.24 | 4.91 | 0.69 | 0.45 |
| Hex | C2 | 30 | 23 | 0 | 4B | 52 | 18 | 5 | 45 | 2D |
| Octal | 302 | 60 | 43 | 0 | 113 | 122 | 30 | 5 | 105 | 55 |
| Binary | 11000010 | 110000 | 100011 | 0 | 1001011 | 1010010 | 11000 | 101 | 1000101 | 101101 |
Color Harmonies of #C23023
Complementary color
Monochromatic Colors of #C23023
Black with #C23023
Text Example
Text Example
White with #C23023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23023; }
p { color: rgb(194,48,35); }
H1.HeaderClassName
{
color: #C23023;
}
.AnyTagClassName
{
color: #C23023;
}
</style>
background-color css
<style>
a { background-color: #C23023; }
a { background-color: rgb(194,48,35); }
div.DivClassName
{
background-color: #C23023;
}
.BgClassName
{
background-color: #C23023;
}
</style>
border-color css
<style>
span { border-color: #C23023; }
span { border-color: rgb(194,48,35); }
td.TdClassName
{
border-color: #C23023;
}
.TagClassName
{
border-color: #C23023;
}
</style>