Html Css Color HEX #CA240C Harley Davidson Orange
📋 copy color: '#CA240C'red 202 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #CA240C
Tints of Harley Davidson Orange #CA240C
RGB
CMYK
RGB Variations
Color information
#CA240C (or 0xCA240C) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 0C. RGB value is (202,36,12). Sum of RGB (Red+Green+Blue) = 202+36+12=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA240C is #35DBF3. Grayscale: #535353. Windows color (decimal): -3529716 or 795850. OLE color: 795850.
HSL color Cylindrical-coordinate representation of color #CA240C: hue angle of 7.58º 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 #CA240C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.21 |
| HSL | 7.58º | 0.89% | 0.42% | - |
| HSV(B) | 7.58º | 0.94% | 0.79% | - |
| XYZ | 25.05 | 13.84 | 1.7 | - |
| YUV | 82.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 12 | 0 | 0.82 | 0.94 | 0.21 | 7.58 | 0.89 | 0.42 |
| Hex | CA | 24 | C | 0 | 52 | 5E | 15 | 8 | 59 | 2A |
| Octal | 312 | 44 | 14 | 0 | 122 | 136 | 25 | 10 | 131 | 52 |
| Binary | 11001010 | 100100 | 1100 | 0 | 1010010 | 1011110 | 10101 | 1000 | 1011001 | 101010 |
Color Harmonies of #CA240C
Complementary color
Monochromatic Colors of #CA240C
Black with #CA240C
Text Example
Text Example
White with #CA240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA240C; }
p { color: rgb(202,36,12); }
H1.HeaderClassName
{
color: #CA240C;
}
.AnyTagClassName
{
color: #CA240C;
}
</style>
background-color css
<style>
a { background-color: #CA240C; }
a { background-color: rgb(202,36,12); }
div.DivClassName
{
background-color: #CA240C;
}
.BgClassName
{
background-color: #CA240C;
}
</style>
border-color css
<style>
span { border-color: #CA240C; }
span { border-color: rgb(202,36,12); }
td.TdClassName
{
border-color: #CA240C;
}
.TagClassName
{
border-color: #CA240C;
}
</style>