Html Css Color HEX #CA4719 Harley Davidson Orange
📋 copy color: '#CA4719'red 202 ◦ green 71 ◦ blue 25
Shades of Harley Davidson Orange #CA4719
Tints of Harley Davidson Orange #CA4719
RGB
CMYK
RGB Variations
Color information
#CA4719 (or 0xCA4719) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 19. RGB value is (202,71,25). Sum of RGB (Red+Green+Blue) = 202+71+25=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4719 is #35B8E6. Grayscale: #696969. Windows color (decimal): -3520743 or 1656778. OLE color: 1656778.
HSL color Cylindrical-coordinate representation of color #CA4719: hue angle of 15.59º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA4719 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.21 |
| HSL | 15.59º | 0.78% | 0.45% | - |
| HSV(B) | 15.59º | 0.88% | 0.79% | - |
| XYZ | 26.79 | 17.13 | 2.81 | - |
| YUV | 104.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 25 | 0 | 0.65 | 0.88 | 0.21 | 15.59 | 0.78 | 0.45 |
| Hex | CA | 47 | 19 | 0 | 41 | 58 | 15 | 10 | 4E | 2D |
| Octal | 312 | 107 | 31 | 0 | 101 | 130 | 25 | 20 | 116 | 55 |
| Binary | 11001010 | 1000111 | 11001 | 0 | 1000001 | 1011000 | 10101 | 10000 | 1001110 | 101101 |
Color Harmonies of #CA4719
Complementary color
Monochromatic Colors of #CA4719
Black with #CA4719
Text Example
Text Example
White with #CA4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4719; }
p { color: rgb(202,71,25); }
H1.HeaderClassName
{
color: #CA4719;
}
.AnyTagClassName
{
color: #CA4719;
}
</style>
background-color css
<style>
a { background-color: #CA4719; }
a { background-color: rgb(202,71,25); }
div.DivClassName
{
background-color: #CA4719;
}
.BgClassName
{
background-color: #CA4719;
}
</style>
border-color css
<style>
span { border-color: #CA4719; }
span { border-color: rgb(202,71,25); }
td.TdClassName
{
border-color: #CA4719;
}
.TagClassName
{
border-color: #CA4719;
}
</style>