Html Css Color HEX #CA3703 Harley Davidson Orange
📋 copy color: '#CA3703'red 202 ◦ green 55 ◦ blue 3
Shades of Harley Davidson Orange #CA3703
Tints of Harley Davidson Orange #CA3703
RGB
CMYK
RGB Variations
Color information
#CA3703 (or 0xCA3703) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 03. RGB value is (202,55,3). Sum of RGB (Red+Green+Blue) = 202+55+3=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3703 is #35C8FC. Grayscale: #5D5D5D. Windows color (decimal): -3524861 or 210890. OLE color: 210890.
HSL color Cylindrical-coordinate representation of color #CA3703: hue angle of 15.68º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA3703 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.21 |
| HSL | 15.68º | 0.97% | 0.4% | - |
| HSV(B) | 15.68º | 0.99% | 0.79% | - |
| XYZ | 25.74 | 15.3 | 1.68 | - |
| YUV | 93.03 | 77.2 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 3 | 0 | 0.73 | 0.99 | 0.21 | 15.68 | 0.97 | 0.4 |
| Hex | CA | 37 | 3 | 0 | 49 | 63 | 15 | 10 | 61 | 28 |
| Octal | 312 | 67 | 3 | 0 | 111 | 143 | 25 | 20 | 141 | 50 |
| Binary | 11001010 | 110111 | 11 | 0 | 1001001 | 1100011 | 10101 | 10000 | 1100001 | 101000 |
Color Harmonies of #CA3703
Complementary color
Monochromatic Colors of #CA3703
Black with #CA3703
Text Example
Text Example
White with #CA3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3703; }
p { color: rgb(202,55,3); }
H1.HeaderClassName
{
color: #CA3703;
}
.AnyTagClassName
{
color: #CA3703;
}
</style>
background-color css
<style>
a { background-color: #CA3703; }
a { background-color: rgb(202,55,3); }
div.DivClassName
{
background-color: #CA3703;
}
.BgClassName
{
background-color: #CA3703;
}
</style>
border-color css
<style>
span { border-color: #CA3703; }
span { border-color: rgb(202,55,3); }
td.TdClassName
{
border-color: #CA3703;
}
.TagClassName
{
border-color: #CA3703;
}
</style>