#CA1D34

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

Shades of Cardinal #CA1D34

Tints of Cardinal #CA1D34

Color information

#CA1D34 (or 0xCA1D34) is unknown color: approx Cardinal. HEX triplet: CA, 1D and 34. RGB value is (202,29,52). Sum of RGB (Red+Green+Blue) = 202+29+52=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1D34 is #35E2CB. Grayscale: #535353. Windows color (decimal): -3531468 or 3415498. OLE color: 3415498.

HSL color Cylindrical-coordinate representation of color #CA1D34: hue angle of 352.02º degrees, saturation: 0.75, 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 #CA1D34 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2022952-
CMYK00.860.740.21
HSL352.02º74.89%45.29%-
HSV(B)352.02º85.64%79.22%-
XYZ25.4213.684.55-
YUV83.35110.31212.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.38%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=71.38%
G=10.25%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202295200.860.740.21352.0274.8945.29
HexCA1D340564A151604b2d
Octal312356401261122554011355
Binary1100101011101110100010101101001010101011011000001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1D34; }

 p { color: rgb(202,29,52); }

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

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

 a { background-color: rgb(202,29,52); }

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

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

 span { border-color: rgb(202,29,52); }

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