#CA2144

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

Shades of Cardinal #CA2144

Tints of Cardinal #CA2144

Color information

#CA2144 (or 0xCA2144) is unknown color: approx Cardinal. HEX triplet: CA, 21 and 44. RGB value is (202,33,68). Sum of RGB (Red+Green+Blue) = 202+33+68=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2144 is #35DEBB. Grayscale: #575757. Windows color (decimal): -3530428 or 4465098. OLE color: 4465098.

HSL color Cylindrical-coordinate representation of color #CA2144: hue angle of 347.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2144 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2023368-
CMYK00.840.660.21
HSL347.57º71.91%46.08%-
HSV(B)347.57º83.66%79.22%-
XYZ25.9414.066.82-
YUV87.52116.99209.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=66.67%
G=10.89%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202336800.840.660.21347.5771.9146.08
HexCA2144054421515c482e
Octal3124110401241022553411056
Binary110010101000011000100010101001000010101011010111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2144; }

 p { color: rgb(202,33,68); }

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

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

 a { background-color: rgb(202,33,68); }

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

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

 span { border-color: rgb(202,33,68); }

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