#CA1C3E

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

Shades of Cardinal #CA1C3E

Tints of Cardinal #CA1C3E

Color information

#CA1C3E (or 0xCA1C3E) is unknown color: approx Cardinal. HEX triplet: CA, 1C and 3E. RGB value is (202,28,62). Sum of RGB (Red+Green+Blue) = 202+28+62=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1C3E is #35E3C1. Grayscale: #535353. Windows color (decimal): -3531714 or 4070602. OLE color: 4070602.

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

Color convert

RGB2022862-
CMYK00.860.690.21
HSL348.28º75.65%45.1%-
HSV(B)348.28º86.14%79.22%-
XYZ25.6413.735.86-
YUV83.9115.65212.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.18%
GREEN value IS 28 (11.33% from 255) = 9.59%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=69.18%
G=9.59%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202286200.860.690.21348.2875.6545.1
HexCA1C3E056451515c4c2d
Octal312347601261052553411455
Binary1100101011100111110010101101000101101011010111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C3E; }

 p { color: rgb(202,28,62); }

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

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

 a { background-color: rgb(202,28,62); }

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

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

 span { border-color: rgb(202,28,62); }

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