Html Css Color HEX #CA3101 Harley Davidson Orange
📋 copy color: '#CA3101'red 202 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #CA3101
Tints of Harley Davidson Orange #CA3101
RGB
CMYK
RGB Variations
Color information
#CA3101 (or 0xCA3101) is known color: Harley Davidson Orange. HEX triplet: CA, 31 and 01. RGB value is (202,49,1). Sum of RGB (Red+Green+Blue) = 202+49+1=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3101 is #35CEFE. Grayscale: #595959. Windows color (decimal): -3526399 or 78282. OLE color: 78282.
HSL color Cylindrical-coordinate representation of color #CA3101: hue angle of 14.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA3101 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.21 |
| HSL | 14.33º | 0.99% | 0.4% | - |
| HSV(B) | 14.33º | 1% | 0.79% | - |
| XYZ | 25.46 | 14.76 | 1.53 | - |
| YUV | 89.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 1 | 0 | 0.76 | 1.00 | 0.21 | 14.33 | 0.99 | 0.4 |
| Hex | CA | 31 | 1 | 0 | 4C | 64 | 15 | E | 63 | 28 |
| Octal | 312 | 61 | 1 | 0 | 114 | 144 | 25 | 16 | 143 | 50 |
| Binary | 11001010 | 110001 | 1 | 0 | 1001100 | 1100100 | 10101 | 1110 | 1100011 | 101000 |
Color Harmonies of #CA3101
Complementary color
Monochromatic Colors of #CA3101
Black with #CA3101
Text Example
Text Example
White with #CA3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3101; }
p { color: rgb(202,49,1); }
H1.HeaderClassName
{
color: #CA3101;
}
.AnyTagClassName
{
color: #CA3101;
}
</style>
background-color css
<style>
a { background-color: #CA3101; }
a { background-color: rgb(202,49,1); }
div.DivClassName
{
background-color: #CA3101;
}
.BgClassName
{
background-color: #CA3101;
}
</style>
border-color css
<style>
span { border-color: #CA3101; }
span { border-color: rgb(202,49,1); }
td.TdClassName
{
border-color: #CA3101;
}
.TagClassName
{
border-color: #CA3101;
}
</style>