#CA1448

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

Shades of Cardinal #CA1448

Tints of Cardinal #CA1448

Color information

#CA1448 (or 0xCA1448) is unknown color: approx Cardinal. HEX triplet: CA, 14 and 48. RGB value is (202,20,72). Sum of RGB (Red+Green+Blue) = 202+20+72=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1448 is #35EBB7. Grayscale: #505050. Windows color (decimal): -3533752 or 4723914. OLE color: 4723914.

HSL color Cylindrical-coordinate representation of color #CA1448: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1448 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2022072-
CMYK00.900.640.21
HSL342.86º81.98%43.53%-
HSV(B)342.86º90.1%79.22%-
XYZ25.7813.527.38-
YUV80.35123.3214.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=68.71%
G=6.80%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202207200.900.640.21342.8681.9843.53
HexCA144805A4015157522c
Octal3122411001321002552712254
Binary11001010101001001000010110101000000101011010101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1448; }

 p { color: rgb(202,20,72); }

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

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

 a { background-color: rgb(202,20,72); }

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

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

 span { border-color: rgb(202,20,72); }

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