Html Css Color HEX #CA360D Harley Davidson Orange
📋 copy color: '#CA360D'red 202 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #CA360D
Tints of Harley Davidson Orange #CA360D
RGB
CMYK
RGB Variations
Color information
#CA360D (or 0xCA360D) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 0D. RGB value is (202,54,13). Sum of RGB (Red+Green+Blue) = 202+54+13=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA360D is #35C9F2. Grayscale: #5D5D5D. Windows color (decimal): -3525107 or 865994. OLE color: 865994.
HSL color Cylindrical-coordinate representation of color #CA360D: hue angle of 13.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA360D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.21 |
| HSL | 13.02º | 0.88% | 0.42% | - |
| HSV(B) | 13.02º | 0.94% | 0.79% | - |
| XYZ | 25.75 | 15.22 | 1.96 | - |
| YUV | 93.58 | 82.53 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 13 | 0 | 0.73 | 0.94 | 0.21 | 13.02 | 0.88 | 0.42 |
| Hex | CA | 36 | D | 0 | 49 | 5E | 15 | D | 58 | 2A |
| Octal | 312 | 66 | 15 | 0 | 111 | 136 | 25 | 15 | 130 | 52 |
| Binary | 11001010 | 110110 | 1101 | 0 | 1001001 | 1011110 | 10101 | 1101 | 1011000 | 101010 |
Color Harmonies of #CA360D
Complementary color
Monochromatic Colors of #CA360D
Black with #CA360D
Text Example
Text Example
White with #CA360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA360D; }
p { color: rgb(202,54,13); }
H1.HeaderClassName
{
color: #CA360D;
}
.AnyTagClassName
{
color: #CA360D;
}
</style>
background-color css
<style>
a { background-color: #CA360D; }
a { background-color: rgb(202,54,13); }
div.DivClassName
{
background-color: #CA360D;
}
.BgClassName
{
background-color: #CA360D;
}
</style>
border-color css
<style>
span { border-color: #CA360D; }
span { border-color: rgb(202,54,13); }
td.TdClassName
{
border-color: #CA360D;
}
.TagClassName
{
border-color: #CA360D;
}
</style>