Html Css Color HEX #CA2305 Harley Davidson Orange
📋 copy color: '#CA2305'red 202 ◦ green 35 ◦ blue 5
Shades of Harley Davidson Orange #CA2305
Tints of Harley Davidson Orange #CA2305
RGB
CMYK
RGB Variations
Color information
#CA2305 (or 0xCA2305) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 05. RGB value is (202,35,5). Sum of RGB (Red+Green+Blue) = 202+35+5=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2305 is #35DCFA. Grayscale: #515151. Windows color (decimal): -3529979 or 336842. OLE color: 336842.
HSL color Cylindrical-coordinate representation of color #CA2305: hue angle of 9.14º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA2305 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.21 |
| HSL | 9.14º | 0.95% | 0.41% | - |
| HSV(B) | 9.14º | 0.98% | 0.79% | - |
| XYZ | 24.99 | 13.77 | 1.48 | - |
| YUV | 81.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 5 | 0 | 0.83 | 0.98 | 0.21 | 9.14 | 0.95 | 0.41 |
| Hex | CA | 23 | 5 | 0 | 53 | 62 | 15 | 9 | 5F | 29 |
| Octal | 312 | 43 | 5 | 0 | 123 | 142 | 25 | 11 | 137 | 51 |
| Binary | 11001010 | 100011 | 101 | 0 | 1010011 | 1100010 | 10101 | 1001 | 1011111 | 101001 |
Color Harmonies of #CA2305
Complementary color
Monochromatic Colors of #CA2305
Black with #CA2305
Text Example
Text Example
White with #CA2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2305; }
p { color: rgb(202,35,5); }
H1.HeaderClassName
{
color: #CA2305;
}
.AnyTagClassName
{
color: #CA2305;
}
</style>
background-color css
<style>
a { background-color: #CA2305; }
a { background-color: rgb(202,35,5); }
div.DivClassName
{
background-color: #CA2305;
}
.BgClassName
{
background-color: #CA2305;
}
</style>
border-color css
<style>
span { border-color: #CA2305; }
span { border-color: rgb(202,35,5); }
td.TdClassName
{
border-color: #CA2305;
}
.TagClassName
{
border-color: #CA2305;
}
</style>