Html Css Color HEX #C23501 Harley Davidson Orange
📋 copy color: '#C23501'red 194 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #C23501
Tints of Harley Davidson Orange #C23501
RGB
CMYK
RGB Variations
Color information
#C23501 (or 0xC23501) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 01. RGB value is (194,53,1). Sum of RGB (Red+Green+Blue) = 194+53+1=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C23501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23501 is #3DCAFE. Grayscale: #595959. Windows color (decimal): -4049663 or 79298. OLE color: 79298.
HSL color Cylindrical-coordinate representation of color #C23501: hue angle of 16.17º degrees, saturation: 0.99, 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 #C23501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.24 |
| HSL | 16.17º | 0.99% | 0.38% | - |
| HSV(B) | 16.17º | 0.99% | 0.76% | - |
| XYZ | 23.53 | 14.02 | 1.49 | - |
| YUV | 89.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 1 | 0 | 0.73 | 0.99 | 0.24 | 16.17 | 0.99 | 0.38 |
| Hex | C2 | 35 | 1 | 0 | 49 | 63 | 18 | 10 | 63 | 26 |
| Octal | 302 | 65 | 1 | 0 | 111 | 143 | 30 | 20 | 143 | 46 |
| Binary | 11000010 | 110101 | 1 | 0 | 1001001 | 1100011 | 11000 | 10000 | 1100011 | 100110 |
Color Harmonies of #C23501
Complementary color
Monochromatic Colors of #C23501
Black with #C23501
Text Example
Text Example
White with #C23501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23501; }
p { color: rgb(194,53,1); }
H1.HeaderClassName
{
color: #C23501;
}
.AnyTagClassName
{
color: #C23501;
}
</style>
background-color css
<style>
a { background-color: #C23501; }
a { background-color: rgb(194,53,1); }
div.DivClassName
{
background-color: #C23501;
}
.BgClassName
{
background-color: #C23501;
}
</style>
border-color css
<style>
span { border-color: #C23501; }
span { border-color: rgb(194,53,1); }
td.TdClassName
{
border-color: #C23501;
}
.TagClassName
{
border-color: #C23501;
}
</style>