Html Css Color HEX #C23301 Harley Davidson Orange
📋 copy color: '#C23301'red 194 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #C23301
Tints of Harley Davidson Orange #C23301
RGB
CMYK
RGB Variations
Color information
#C23301 (or 0xC23301) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 01. RGB value is (194,51,1). Sum of RGB (Red+Green+Blue) = 194+51+1=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C23301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23301 is #3DCCFE. Grayscale: #585858. Windows color (decimal): -4050175 or 78786. OLE color: 78786.
HSL color Cylindrical-coordinate representation of color #C23301: hue angle of 15.54º 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 #C23301 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.24 |
| HSL | 15.54º | 0.99% | 0.38% | - |
| HSV(B) | 15.54º | 0.99% | 0.76% | - |
| XYZ | 23.44 | 13.84 | 1.46 | - |
| YUV | 88.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 1 | 0 | 0.74 | 0.99 | 0.24 | 15.54 | 0.99 | 0.38 |
| Hex | C2 | 33 | 1 | 0 | 4A | 63 | 18 | 10 | 63 | 26 |
| Octal | 302 | 63 | 1 | 0 | 112 | 143 | 30 | 20 | 143 | 46 |
| Binary | 11000010 | 110011 | 1 | 0 | 1001010 | 1100011 | 11000 | 10000 | 1100011 | 100110 |
Color Harmonies of #C23301
Complementary color
Monochromatic Colors of #C23301
Black with #C23301
Text Example
Text Example
White with #C23301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23301; }
p { color: rgb(194,51,1); }
H1.HeaderClassName
{
color: #C23301;
}
.AnyTagClassName
{
color: #C23301;
}
</style>
background-color css
<style>
a { background-color: #C23301; }
a { background-color: rgb(194,51,1); }
div.DivClassName
{
background-color: #C23301;
}
.BgClassName
{
background-color: #C23301;
}
</style>
border-color css
<style>
span { border-color: #C23301; }
span { border-color: rgb(194,51,1); }
td.TdClassName
{
border-color: #C23301;
}
.TagClassName
{
border-color: #C23301;
}
</style>