Html Css Color HEX #CA321A Harley Davidson Orange
📋 copy color: '#CA321A'red 202 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #CA321A
Tints of Harley Davidson Orange #CA321A
RGB
CMYK
RGB Variations
Color information
#CA321A (or 0xCA321A) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 1A. RGB value is (202,50,26). Sum of RGB (Red+Green+Blue) = 202+50+26=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA321A is #35CDE5. Grayscale: #5C5C5C. Windows color (decimal): -3526118 or 1716938. OLE color: 1716938.
HSL color Cylindrical-coordinate representation of color #CA321A: hue angle of 8.18º 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 #CA321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.21 |
| HSL | 8.18º | 0.77% | 0.45% | - |
| HSV(B) | 8.18º | 0.87% | 0.79% | - |
| XYZ | 25.68 | 14.91 | 2.5 | - |
| YUV | 92.71 | 90.36 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 26 | 0 | 0.75 | 0.87 | 0.21 | 8.18 | 0.77 | 0.45 |
| Hex | CA | 32 | 1A | 0 | 4B | 57 | 15 | 8 | 4D | 2D |
| Octal | 312 | 62 | 32 | 0 | 113 | 127 | 25 | 10 | 115 | 55 |
| Binary | 11001010 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10101 | 1000 | 1001101 | 101101 |
Color Harmonies of #CA321A
Complementary color
Monochromatic Colors of #CA321A
Black with #CA321A
Text Example
Text Example
White with #CA321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA321A; }
p { color: rgb(202,50,26); }
H1.HeaderClassName
{
color: #CA321A;
}
.AnyTagClassName
{
color: #CA321A;
}
</style>
background-color css
<style>
a { background-color: #CA321A; }
a { background-color: rgb(202,50,26); }
div.DivClassName
{
background-color: #CA321A;
}
.BgClassName
{
background-color: #CA321A;
}
</style>
border-color css
<style>
span { border-color: #CA321A; }
span { border-color: rgb(202,50,26); }
td.TdClassName
{
border-color: #CA321A;
}
.TagClassName
{
border-color: #CA321A;
}
</style>