Html Css Color HEX #CA261A Harley Davidson Orange
📋 copy color: '#CA261A'red 202 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #CA261A
Tints of Harley Davidson Orange #CA261A
RGB
CMYK
RGB Variations
Color information
#CA261A (or 0xCA261A) is known color: Harley Davidson Orange. HEX triplet: CA, 26 and 1A. RGB value is (202,38,26). Sum of RGB (Red+Green+Blue) = 202+38+26=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA261A is #35D9E5. Grayscale: #555555. Windows color (decimal): -3529190 or 1713866. OLE color: 1713866.
HSL color Cylindrical-coordinate representation of color #CA261A: hue angle of 4.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA261A is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 26 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.21 |
| HSL | 4.09º | 0.77% | 0.45% | - |
| HSV(B) | 4.09º | 0.87% | 0.79% | - |
| XYZ | 25.24 | 14.02 | 2.35 | - |
| YUV | 85.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 26 | 0 | 0.81 | 0.87 | 0.21 | 4.09 | 0.77 | 0.45 |
| Hex | CA | 26 | 1A | 0 | 51 | 57 | 15 | 4 | 4D | 2D |
| Octal | 312 | 46 | 32 | 0 | 121 | 127 | 25 | 4 | 115 | 55 |
| Binary | 11001010 | 100110 | 11010 | 0 | 1010001 | 1010111 | 10101 | 100 | 1001101 | 101101 |
Color Harmonies of #CA261A
Complementary color
Monochromatic Colors of #CA261A
Black with #CA261A
Text Example
Text Example
White with #CA261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA261A; }
p { color: rgb(202,38,26); }
H1.HeaderClassName
{
color: #CA261A;
}
.AnyTagClassName
{
color: #CA261A;
}
</style>
background-color css
<style>
a { background-color: #CA261A; }
a { background-color: rgb(202,38,26); }
div.DivClassName
{
background-color: #CA261A;
}
.BgClassName
{
background-color: #CA261A;
}
</style>
border-color css
<style>
span { border-color: #CA261A; }
span { border-color: rgb(202,38,26); }
td.TdClassName
{
border-color: #CA261A;
}
.TagClassName
{
border-color: #CA261A;
}
</style>