Html Css Color HEX #CA321D Harley Davidson Orange
📋 copy color: '#CA321D'red 202 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #CA321D
Tints of Harley Davidson Orange #CA321D
RGB
CMYK
RGB Variations
Color information
#CA321D (or 0xCA321D) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 1D. RGB value is (202,50,29). Sum of RGB (Red+Green+Blue) = 202+50+29=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA321D is #35CDE2. Grayscale: #5D5D5D. Windows color (decimal): -3526115 or 1913546. OLE color: 1913546.
HSL color Cylindrical-coordinate representation of color #CA321D: hue angle of 7.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA321D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.21 |
| HSL | 7.28º | 0.75% | 0.45% | - |
| HSV(B) | 7.28º | 0.86% | 0.79% | - |
| XYZ | 25.72 | 14.93 | 2.69 | - |
| YUV | 93.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 29 | 0 | 0.75 | 0.86 | 0.21 | 7.28 | 0.75 | 0.45 |
| Hex | CA | 32 | 1D | 0 | 4B | 56 | 15 | 7 | 4B | 2D |
| Octal | 312 | 62 | 35 | 0 | 113 | 126 | 25 | 7 | 113 | 55 |
| Binary | 11001010 | 110010 | 11101 | 0 | 1001011 | 1010110 | 10101 | 111 | 1001011 | 101101 |
Color Harmonies of #CA321D
Complementary color
Monochromatic Colors of #CA321D
Black with #CA321D
Text Example
Text Example
White with #CA321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA321D; }
p { color: rgb(202,50,29); }
H1.HeaderClassName
{
color: #CA321D;
}
.AnyTagClassName
{
color: #CA321D;
}
</style>
background-color css
<style>
a { background-color: #CA321D; }
a { background-color: rgb(202,50,29); }
div.DivClassName
{
background-color: #CA321D;
}
.BgClassName
{
background-color: #CA321D;
}
</style>
border-color css
<style>
span { border-color: #CA321D; }
span { border-color: rgb(202,50,29); }
td.TdClassName
{
border-color: #CA321D;
}
.TagClassName
{
border-color: #CA321D;
}
</style>