#CA1F45

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

Shades of Cardinal #CA1F45

Tints of Cardinal #CA1F45

Color information

#CA1F45 (or 0xCA1F45) is unknown color: approx Cardinal. HEX triplet: CA, 1F and 45. RGB value is (202,31,69). Sum of RGB (Red+Green+Blue) = 202+31+69=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F45 is #35E0BA. Grayscale: #565656. Windows color (decimal): -3530939 or 4530122. OLE color: 4530122.

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

Color convert

RGB2023169-
CMYK00.850.660.21
HSL346.67º73.39%45.69%-
HSV(B)346.67º84.65%79.22%-
XYZ25.9213.976.96-
YUV86.46118.15210.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 31 (12.5% from 255) = 10.26%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=66.89%
G=10.26%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202316900.850.660.21346.6773.3945.69
HexCA1F45055421515b492e
Octal3123710501251022553311156
Binary11001010111111000101010101011000010101011010110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F45; }

 p { color: rgb(202,31,69); }

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

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

 a { background-color: rgb(202,31,69); }

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

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

 span { border-color: rgb(202,31,69); }

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