Html Css Color HEX #CA3613 Harley Davidson Orange
📋 copy color: '#CA3613'red 202 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #CA3613
Tints of Harley Davidson Orange #CA3613
RGB
CMYK
RGB Variations
Color information
#CA3613 (or 0xCA3613) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 13. RGB value is (202,54,19). Sum of RGB (Red+Green+Blue) = 202+54+19=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3613 is #35C9EC. Grayscale: #5E5E5E. Windows color (decimal): -3525101 or 1259210. OLE color: 1259210.
HSL color Cylindrical-coordinate representation of color #CA3613: hue angle of 11.48º 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 #CA3613 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.21 |
| HSL | 11.48º | 0.83% | 0.43% | - |
| HSV(B) | 11.48º | 0.91% | 0.79% | - |
| XYZ | 25.79 | 15.24 | 2.2 | - |
| YUV | 94.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 19 | 0 | 0.73 | 0.91 | 0.21 | 11.48 | 0.83 | 0.43 |
| Hex | CA | 36 | 13 | 0 | 49 | 5B | 15 | B | 53 | 2B |
| Octal | 312 | 66 | 23 | 0 | 111 | 133 | 25 | 13 | 123 | 53 |
| Binary | 11001010 | 110110 | 10011 | 0 | 1001001 | 1011011 | 10101 | 1011 | 1010011 | 101011 |
Color Harmonies of #CA3613
Complementary color
Monochromatic Colors of #CA3613
Black with #CA3613
Text Example
Text Example
White with #CA3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3613; }
p { color: rgb(202,54,19); }
H1.HeaderClassName
{
color: #CA3613;
}
.AnyTagClassName
{
color: #CA3613;
}
</style>
background-color css
<style>
a { background-color: #CA3613; }
a { background-color: rgb(202,54,19); }
div.DivClassName
{
background-color: #CA3613;
}
.BgClassName
{
background-color: #CA3613;
}
</style>
border-color css
<style>
span { border-color: #CA3613; }
span { border-color: rgb(202,54,19); }
td.TdClassName
{
border-color: #CA3613;
}
.TagClassName
{
border-color: #CA3613;
}
</style>