#CA371A

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

Shades of Harley Davidson Orange #CA371A

Tints of Harley Davidson Orange #CA371A

Color information

#CA371A (or 0xCA371A) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 37 and 1A. RGB value is (202,55,26). Sum of RGB (Red+Green+Blue) = 202+55+26=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA371A is #35C8E5. Grayscale: #5F5F5F. Windows color (decimal): -3524838 or 1718218. OLE color: 1718218.

HSL color Cylindrical-coordinate representation of color #CA371A: hue angle of 9.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA371A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2025526-
CMYK00.730.870.21
HSL9.89º77.19%44.71%-
HSV(B)9.89º87.13%79.22%-
XYZ25.9115.362.58-
YUV95.6588.7203.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.38%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=71.38%
G=19.43%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202552600.730.870.219.8977.1944.71
HexCA371A0495715a4d2d
Octal31267320111127251211555
Binary11001010110111110100100100110101111010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA371A; }

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

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

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

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

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

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

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

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