Html Css Color HEX #CA360C Harley Davidson Orange
📋 copy color: '#CA360C'red 202 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #CA360C
Tints of Harley Davidson Orange #CA360C
RGB
CMYK
RGB Variations
Color information
#CA360C (or 0xCA360C) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 0C. RGB value is (202,54,12). Sum of RGB (Red+Green+Blue) = 202+54+12=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA360C is #35C9F3. Grayscale: #5D5D5D. Windows color (decimal): -3525108 or 800458. OLE color: 800458.
HSL color Cylindrical-coordinate representation of color #CA360C: hue angle of 13.26º degrees, saturation: 0.89, 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 #CA360C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.21 |
| HSL | 13.26º | 0.89% | 0.42% | - |
| HSV(B) | 13.26º | 0.94% | 0.79% | - |
| XYZ | 25.74 | 15.22 | 1.93 | - |
| YUV | 93.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 12 | 0 | 0.73 | 0.94 | 0.21 | 13.26 | 0.89 | 0.42 |
| Hex | CA | 36 | C | 0 | 49 | 5E | 15 | D | 59 | 2A |
| Octal | 312 | 66 | 14 | 0 | 111 | 136 | 25 | 15 | 131 | 52 |
| Binary | 11001010 | 110110 | 1100 | 0 | 1001001 | 1011110 | 10101 | 1101 | 1011001 | 101010 |
Color Harmonies of #CA360C
Complementary color
Monochromatic Colors of #CA360C
Black with #CA360C
Text Example
Text Example
White with #CA360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA360C; }
p { color: rgb(202,54,12); }
H1.HeaderClassName
{
color: #CA360C;
}
.AnyTagClassName
{
color: #CA360C;
}
</style>
background-color css
<style>
a { background-color: #CA360C; }
a { background-color: rgb(202,54,12); }
div.DivClassName
{
background-color: #CA360C;
}
.BgClassName
{
background-color: #CA360C;
}
</style>
border-color css
<style>
span { border-color: #CA360C; }
span { border-color: rgb(202,54,12); }
td.TdClassName
{
border-color: #CA360C;
}
.TagClassName
{
border-color: #CA360C;
}
</style>