Html Css Color HEX #CA4121 Harley Davidson Orange
📋 copy color: '#CA4121'red 202 ◦ green 65 ◦ blue 33
Shades of Harley Davidson Orange #CA4121
Tints of Harley Davidson Orange #CA4121
RGB
CMYK
RGB Variations
Color information
#CA4121 (or 0xCA4121) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 21. RGB value is (202,65,33). Sum of RGB (Red+Green+Blue) = 202+65+33=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4121 is #35BEDE. Grayscale: #666666. Windows color (decimal): -3522271 or 2179530. OLE color: 2179530.
HSL color Cylindrical-coordinate representation of color #CA4121: hue angle of 11.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4121 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.21 |
| HSL | 11.36º | 0.72% | 0.46% | - |
| HSV(B) | 11.36º | 0.84% | 0.79% | - |
| XYZ | 26.52 | 16.45 | 3.22 | - |
| YUV | 102.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 33 | 0 | 0.68 | 0.84 | 0.21 | 11.36 | 0.72 | 0.46 |
| Hex | CA | 41 | 21 | 0 | 44 | 54 | 15 | B | 48 | 2E |
| Octal | 312 | 101 | 41 | 0 | 104 | 124 | 25 | 13 | 110 | 56 |
| Binary | 11001010 | 1000001 | 100001 | 0 | 1000100 | 1010100 | 10101 | 1011 | 1001000 | 101110 |
Color Harmonies of #CA4121
Complementary color
Monochromatic Colors of #CA4121
Black with #CA4121
Text Example
Text Example
White with #CA4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4121; }
p { color: rgb(202,65,33); }
H1.HeaderClassName
{
color: #CA4121;
}
.AnyTagClassName
{
color: #CA4121;
}
</style>
background-color css
<style>
a { background-color: #CA4121; }
a { background-color: rgb(202,65,33); }
div.DivClassName
{
background-color: #CA4121;
}
.BgClassName
{
background-color: #CA4121;
}
</style>
border-color css
<style>
span { border-color: #CA4121; }
span { border-color: rgb(202,65,33); }
td.TdClassName
{
border-color: #CA4121;
}
.TagClassName
{
border-color: #CA4121;
}
</style>