#CA2619

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

Shades of Harley Davidson Orange #CA2619

Tints of Harley Davidson Orange #CA2619

Color information

#CA2619 (or 0xCA2619) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 26 and 19. RGB value is (202,38,25). Sum of RGB (Red+Green+Blue) = 202+38+25=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2619 is #35D9E6. Grayscale: #555555. Windows color (decimal): -3529191 or 1648330. OLE color: 1648330.

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

Color convert

RGB2023825-
CMYK00.810.880.21
HSL4.41º77.97%44.51%-
HSV(B)4.41º87.62%79.22%-
XYZ25.2314.012.29-
YUV85.5593.83211.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=76.23%
G=14.34%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202382500.810.880.214.4177.9744.51
HexCA2619051581544e2d
Octal3124631012113025411655
Binary1100101010011011001010100011011000101011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2619; }

 p { color: rgb(202,38,25); }

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

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

 a { background-color: rgb(202,38,25); }

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

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

 span { border-color: rgb(202,38,25); }

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