#CA212F

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

Shades of Cardinal #CA212F

Tints of Cardinal #CA212F

Color information

#CA212F (or 0xCA212F) is unknown color: approx Cardinal. HEX triplet: CA, 21 and 2F. RGB value is (202,33,47). Sum of RGB (Red+Green+Blue) = 202+33+47=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA212F is #35DED0. Grayscale: #555555. Windows color (decimal): -3530449 or 3088842. OLE color: 3088842.

HSL color Cylindrical-coordinate representation of color #CA212F: hue angle of 355.03º 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 #CA212F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2023347-
CMYK00.840.770.21
HSL355.03º71.91%46.08%-
HSV(B)355.03º83.66%79.22%-
XYZ25.4113.854.02-
YUV85.13106.49211.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=71.63%
G=11.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202334700.840.770.21355.0371.9146.08
HexCA212F0544D15163482e
Octal312415701241152554311056
Binary11001010100001101111010101001001101101011011000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA212F; }

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

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

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

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

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

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

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

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