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