Html Css Color HEX #C23502 Harley Davidson Orange
📋 copy color: '#C23502'red 194 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #C23502
Tints of Harley Davidson Orange #C23502
RGB
CMYK
RGB Variations
Color information
#C23502 (or 0xC23502) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 02. RGB value is (194,53,2). Sum of RGB (Red+Green+Blue) = 194+53+2=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C23502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23502 is #3DCAFD. Grayscale: #595959. Windows color (decimal): -4049662 or 144834. OLE color: 144834.
HSL color Cylindrical-coordinate representation of color #C23502: hue angle of 15.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C23502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.24 |
| HSL | 15.94º | 0.98% | 0.38% | - |
| HSV(B) | 15.94º | 0.99% | 0.76% | - |
| XYZ | 23.53 | 14.02 | 1.52 | - |
| YUV | 89.35 | 78.71 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 2 | 0 | 0.73 | 0.99 | 0.24 | 15.94 | 0.98 | 0.38 |
| Hex | C2 | 35 | 2 | 0 | 49 | 63 | 18 | 10 | 62 | 26 |
| Octal | 302 | 65 | 2 | 0 | 111 | 143 | 30 | 20 | 142 | 46 |
| Binary | 11000010 | 110101 | 10 | 0 | 1001001 | 1100011 | 11000 | 10000 | 1100010 | 100110 |
Color Harmonies of #C23502
Complementary color
Monochromatic Colors of #C23502
Black with #C23502
Text Example
Text Example
White with #C23502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23502; }
p { color: rgb(194,53,2); }
H1.HeaderClassName
{
color: #C23502;
}
.AnyTagClassName
{
color: #C23502;
}
</style>
background-color css
<style>
a { background-color: #C23502; }
a { background-color: rgb(194,53,2); }
div.DivClassName
{
background-color: #C23502;
}
.BgClassName
{
background-color: #C23502;
}
</style>
border-color css
<style>
span { border-color: #C23502; }
span { border-color: rgb(194,53,2); }
td.TdClassName
{
border-color: #C23502;
}
.TagClassName
{
border-color: #C23502;
}
</style>