#CA3705

Color #CA3705 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CA3705

Tints of Harley Davidson Orange #CA3705

Color information

#CA3705 (or 0xCA3705) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 37 and 05. RGB value is (202,55,5). Sum of RGB (Red+Green+Blue) = 202+55+5=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3705 is #35C8FA. Grayscale: #5D5D5D. Windows color (decimal): -3524859 or 341962. OLE color: 341962.

HSL color Cylindrical-coordinate representation of color #CA3705: hue angle of 15.23º 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 #CA3705 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202555-
CMYK00.730.980.21
HSL15.23º95.17%40.59%-
HSV(B)15.23º97.52%79.22%-
XYZ25.7515.31.74-
YUV93.2578.2205.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 77.10%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=77.10%
G=20.99%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20255500.730.980.2115.2395.1740.59
HexCA3750496215f5f29
Octal3126750111142251713751
Binary110010101101111010100100111000101010111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3705; }

 p { color: rgb(202,55,5); }

 H1.HeaderClassName
 {
   color: #CA3705;
 }
 .AnyTagClassName
 {
   color: #CA3705;
 }
</style>
background-color css

<style>
 a { background-color: #CA3705; }

 a { background-color: rgb(202,55,5); }

 div.DivClassName
 {
   background-color: #CA3705;
 }
 .BgClassName
 {
   background-color: #CA3705;
 }
</style>
border-color css

<style>
 span { border-color: #CA3705; }

 span { border-color: rgb(202,55,5); }

 td.TdClassName
 {
   border-color: #CA3705;
 }
 .TagClassName
 {
   border-color: #CA3705;
 }
</style>