Html Css Color HEX #C23304 Harley Davidson Orange
📋 copy color: '#C23304'red 194 ◦ green 51 ◦ blue 4
Shades of Harley Davidson Orange #C23304
Tints of Harley Davidson Orange #C23304
RGB
CMYK
RGB Variations
Color information
#C23304 (or 0xC23304) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 04. RGB value is (194,51,4). Sum of RGB (Red+Green+Blue) = 194+51+4=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C23304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23304 is #3DCCFB. Grayscale: #585858. Windows color (decimal): -4050172 or 275394. OLE color: 275394.
HSL color Cylindrical-coordinate representation of color #C23304: hue angle of 14.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C23304 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.24 |
| HSL | 14.84º | 0.96% | 0.39% | - |
| HSV(B) | 14.84º | 0.98% | 0.76% | - |
| XYZ | 23.45 | 13.85 | 1.55 | - |
| YUV | 88.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 4 | 0 | 0.74 | 0.98 | 0.24 | 14.84 | 0.96 | 0.39 |
| Hex | C2 | 33 | 4 | 0 | 4A | 62 | 18 | F | 60 | 27 |
| Octal | 302 | 63 | 4 | 0 | 112 | 142 | 30 | 17 | 140 | 47 |
| Binary | 11000010 | 110011 | 100 | 0 | 1001010 | 1100010 | 11000 | 1111 | 1100000 | 100111 |
Color Harmonies of #C23304
Complementary color
Monochromatic Colors of #C23304
Black with #C23304
Text Example
Text Example
White with #C23304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23304; }
p { color: rgb(194,51,4); }
H1.HeaderClassName
{
color: #C23304;
}
.AnyTagClassName
{
color: #C23304;
}
</style>
background-color css
<style>
a { background-color: #C23304; }
a { background-color: rgb(194,51,4); }
div.DivClassName
{
background-color: #C23304;
}
.BgClassName
{
background-color: #C23304;
}
</style>
border-color css
<style>
span { border-color: #C23304; }
span { border-color: rgb(194,51,4); }
td.TdClassName
{
border-color: #C23304;
}
.TagClassName
{
border-color: #C23304;
}
</style>