#CA1A38

Color #CA1A38 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA1A38

Tints of Cardinal #CA1A38

Color information

#CA1A38 (or 0xCA1A38) is unknown color: approx Cardinal. HEX triplet: CA, 1A and 38. RGB value is (202,26,56). Sum of RGB (Red+Green+Blue) = 202+26+56=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A38 is #35E5C7. Grayscale: #525252. Windows color (decimal): -3532232 or 3676874. OLE color: 3676874.

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

Color convert

RGB2022656-
CMYK00.870.720.21
HSL349.77º77.19%44.71%-
HSV(B)349.77º87.13%79.22%-
XYZ25.4413.585.02-
YUV82.04113.31213.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.13%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=71.13%
G=9.15%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202265600.870.720.21349.7777.1944.71
HexCA1A38057481515e4d2d
Octal312327001271102553611555
Binary1100101011010111000010101111001000101011010111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A38; }

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

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

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

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

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

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

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

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