Html Css Color HEX #CA380C Harley Davidson Orange
📋 copy color: '#CA380C'red 202 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #CA380C
Tints of Harley Davidson Orange #CA380C
RGB
CMYK
RGB Variations
Color information
#CA380C (or 0xCA380C) is known color: Harley Davidson Orange. HEX triplet: CA, 38 and 0C. RGB value is (202,56,12). Sum of RGB (Red+Green+Blue) = 202+56+12=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA380C is #35C7F3. Grayscale: #5E5E5E. Windows color (decimal): -3524596 or 800970. OLE color: 800970.
HSL color Cylindrical-coordinate representation of color #CA380C: hue angle of 13.89º 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 #CA380C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.21 |
| HSL | 13.89º | 0.89% | 0.42% | - |
| HSV(B) | 13.89º | 0.94% | 0.79% | - |
| XYZ | 25.84 | 15.41 | 1.96 | - |
| YUV | 94.64 | 81.37 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 12 | 0 | 0.72 | 0.94 | 0.21 | 13.89 | 0.89 | 0.42 |
| Hex | CA | 38 | C | 0 | 48 | 5E | 15 | E | 59 | 2A |
| Octal | 312 | 70 | 14 | 0 | 110 | 136 | 25 | 16 | 131 | 52 |
| Binary | 11001010 | 111000 | 1100 | 0 | 1001000 | 1011110 | 10101 | 1110 | 1011001 | 101010 |
Color Harmonies of #CA380C
Complementary color
Monochromatic Colors of #CA380C
Black with #CA380C
Text Example
Text Example
White with #CA380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA380C; }
p { color: rgb(202,56,12); }
H1.HeaderClassName
{
color: #CA380C;
}
.AnyTagClassName
{
color: #CA380C;
}
</style>
background-color css
<style>
a { background-color: #CA380C; }
a { background-color: rgb(202,56,12); }
div.DivClassName
{
background-color: #CA380C;
}
.BgClassName
{
background-color: #CA380C;
}
</style>
border-color css
<style>
span { border-color: #CA380C; }
span { border-color: rgb(202,56,12); }
td.TdClassName
{
border-color: #CA380C;
}
.TagClassName
{
border-color: #CA380C;
}
</style>