Html Css Color HEX #CA240D Harley Davidson Orange
📋 copy color: '#CA240D'red 202 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #CA240D
Tints of Harley Davidson Orange #CA240D
RGB
CMYK
RGB Variations
Color information
#CA240D (or 0xCA240D) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 0D. RGB value is (202,36,13). Sum of RGB (Red+Green+Blue) = 202+36+13=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA240D is #35DBF2. Grayscale: #535353. Windows color (decimal): -3529715 or 861386. OLE color: 861386.
HSL color Cylindrical-coordinate representation of color #CA240D: hue angle of 7.3º 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 #CA240D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.21 |
| HSL | 7.3º | 0.88% | 0.42% | - |
| HSV(B) | 7.3º | 0.94% | 0.79% | - |
| XYZ | 25.06 | 13.85 | 1.73 | - |
| YUV | 83.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 13 | 0 | 0.82 | 0.94 | 0.21 | 7.3 | 0.88 | 0.42 |
| Hex | CA | 24 | D | 0 | 52 | 5E | 15 | 7 | 58 | 2A |
| Octal | 312 | 44 | 15 | 0 | 122 | 136 | 25 | 7 | 130 | 52 |
| Binary | 11001010 | 100100 | 1101 | 0 | 1010010 | 1011110 | 10101 | 111 | 1011000 | 101010 |
Color Harmonies of #CA240D
Complementary color
Monochromatic Colors of #CA240D
Black with #CA240D
Text Example
Text Example
White with #CA240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA240D; }
p { color: rgb(202,36,13); }
H1.HeaderClassName
{
color: #CA240D;
}
.AnyTagClassName
{
color: #CA240D;
}
</style>
background-color css
<style>
a { background-color: #CA240D; }
a { background-color: rgb(202,36,13); }
div.DivClassName
{
background-color: #CA240D;
}
.BgClassName
{
background-color: #CA240D;
}
</style>
border-color css
<style>
span { border-color: #CA240D; }
span { border-color: rgb(202,36,13); }
td.TdClassName
{
border-color: #CA240D;
}
.TagClassName
{
border-color: #CA240D;
}
</style>