Html Css Color HEX #CA4013 Harley Davidson Orange
📋 copy color: '#CA4013'red 202 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #CA4013
Tints of Harley Davidson Orange #CA4013
RGB
CMYK
RGB Variations
Color information
#CA4013 (or 0xCA4013) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 13. RGB value is (202,64,19). Sum of RGB (Red+Green+Blue) = 202+64+19=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4013 is #35BFEC. Grayscale: #646464. Windows color (decimal): -3522541 or 1261770. OLE color: 1261770.
HSL color Cylindrical-coordinate representation of color #CA4013: hue angle of 14.75º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4013 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.21 |
| HSL | 14.75º | 0.83% | 0.43% | - |
| HSV(B) | 14.75º | 0.91% | 0.79% | - |
| XYZ | 26.31 | 16.27 | 2.37 | - |
| YUV | 100.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 19 | 0 | 0.68 | 0.91 | 0.21 | 14.75 | 0.83 | 0.43 |
| Hex | CA | 40 | 13 | 0 | 44 | 5B | 15 | F | 53 | 2B |
| Octal | 312 | 100 | 23 | 0 | 104 | 133 | 25 | 17 | 123 | 53 |
| Binary | 11001010 | 1000000 | 10011 | 0 | 1000100 | 1011011 | 10101 | 1111 | 1010011 | 101011 |
Color Harmonies of #CA4013
Complementary color
Monochromatic Colors of #CA4013
Black with #CA4013
Text Example
Text Example
White with #CA4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4013; }
p { color: rgb(202,64,19); }
H1.HeaderClassName
{
color: #CA4013;
}
.AnyTagClassName
{
color: #CA4013;
}
</style>
background-color css
<style>
a { background-color: #CA4013; }
a { background-color: rgb(202,64,19); }
div.DivClassName
{
background-color: #CA4013;
}
.BgClassName
{
background-color: #CA4013;
}
</style>
border-color css
<style>
span { border-color: #CA4013; }
span { border-color: rgb(202,64,19); }
td.TdClassName
{
border-color: #CA4013;
}
.TagClassName
{
border-color: #CA4013;
}
</style>