Html Css Color HEX #CA250A Harley Davidson Orange
📋 copy color: '#CA250A'red 202 ◦ green 37 ◦ blue 10
Shades of Harley Davidson Orange #CA250A
Tints of Harley Davidson Orange #CA250A
RGB
CMYK
RGB Variations
Color information
#CA250A (or 0xCA250A) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 0A. RGB value is (202,37,10). Sum of RGB (Red+Green+Blue) = 202+37+10=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA250A is #35DAF5. Grayscale: #535353. Windows color (decimal): -3529462 or 665034. OLE color: 665034.
HSL color Cylindrical-coordinate representation of color #CA250A: hue angle of 8.44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA250A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.21 |
| HSL | 8.44º | 0.91% | 0.42% | - |
| HSV(B) | 8.44º | 0.95% | 0.79% | - |
| XYZ | 25.07 | 13.9 | 1.65 | - |
| YUV | 83.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 10 | 0 | 0.82 | 0.95 | 0.21 | 8.44 | 0.91 | 0.42 |
| Hex | CA | 25 | A | 0 | 52 | 5F | 15 | 8 | 5B | 2A |
| Octal | 312 | 45 | 12 | 0 | 122 | 137 | 25 | 10 | 133 | 52 |
| Binary | 11001010 | 100101 | 1010 | 0 | 1010010 | 1011111 | 10101 | 1000 | 1011011 | 101010 |
Color Harmonies of #CA250A
Complementary color
Monochromatic Colors of #CA250A
Black with #CA250A
Text Example
Text Example
White with #CA250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA250A; }
p { color: rgb(202,37,10); }
H1.HeaderClassName
{
color: #CA250A;
}
.AnyTagClassName
{
color: #CA250A;
}
</style>
background-color css
<style>
a { background-color: #CA250A; }
a { background-color: rgb(202,37,10); }
div.DivClassName
{
background-color: #CA250A;
}
.BgClassName
{
background-color: #CA250A;
}
</style>
border-color css
<style>
span { border-color: #CA250A; }
span { border-color: rgb(202,37,10); }
td.TdClassName
{
border-color: #CA250A;
}
.TagClassName
{
border-color: #CA250A;
}
</style>