Html Css Color HEX #CA4111 Harley Davidson Orange
📋 copy color: '#CA4111'red 202 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #CA4111
Tints of Harley Davidson Orange #CA4111
RGB
CMYK
RGB Variations
Color information
#CA4111 (or 0xCA4111) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 11. RGB value is (202,65,17). Sum of RGB (Red+Green+Blue) = 202+65+17=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4111 is #35BEEE. Grayscale: #646464. Windows color (decimal): -3522287 or 1130954. OLE color: 1130954.
HSL color Cylindrical-coordinate representation of color #CA4111: hue angle of 15.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA4111 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.21 |
| HSL | 15.57º | 0.84% | 0.43% | - |
| HSV(B) | 15.57º | 0.92% | 0.79% | - |
| XYZ | 26.35 | 16.38 | 2.3 | - |
| YUV | 100.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 17 | 0 | 0.68 | 0.92 | 0.21 | 15.57 | 0.84 | 0.43 |
| Hex | CA | 41 | 11 | 0 | 44 | 5C | 15 | 10 | 54 | 2B |
| Octal | 312 | 101 | 21 | 0 | 104 | 134 | 25 | 20 | 124 | 53 |
| Binary | 11001010 | 1000001 | 10001 | 0 | 1000100 | 1011100 | 10101 | 10000 | 1010100 | 101011 |
Color Harmonies of #CA4111
Complementary color
Monochromatic Colors of #CA4111
Black with #CA4111
Text Example
Text Example
White with #CA4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4111; }
p { color: rgb(202,65,17); }
H1.HeaderClassName
{
color: #CA4111;
}
.AnyTagClassName
{
color: #CA4111;
}
</style>
background-color css
<style>
a { background-color: #CA4111; }
a { background-color: rgb(202,65,17); }
div.DivClassName
{
background-color: #CA4111;
}
.BgClassName
{
background-color: #CA4111;
}
</style>
border-color css
<style>
span { border-color: #CA4111; }
span { border-color: rgb(202,65,17); }
td.TdClassName
{
border-color: #CA4111;
}
.TagClassName
{
border-color: #CA4111;
}
</style>