Html Css Color HEX #CA213C Cardinal

📋 copy color: '#CA213C'

red 202 ◦ green 33 ◦ blue 60

#CA213C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA213C

Tints of Cardinal #CA213C

RGB

 RED value IS 202 (79.3% from 255) = 68.47%

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 68.47%
G = 11.19%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA213C (or 0xCA213C) is known color: Cardinal. HEX triplet: CA, 21 and 3C. RGB value is (202,33,60). Sum of RGB (Red+Green+Blue) = 202+33+60=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA213C is #35DEC3. Grayscale: #565656. Windows color (decimal): -3530436 or 3940810. OLE color: 3940810.

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

Color convert

RGB 202 33 60 -
CMYK 0 0.84 0.70 0.21
HSL 350.41º 0.72% 0.46% -
HSV(B) 350.41º 0.84% 0.79% -
XYZ 25.72 13.97 5.62 -
YUV 86.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 202 33 60 0 0.84 0.70 0.21 350.41 0.72 0.46
Hex CA 21 3C 0 54 46 15 15E 48 2E
Octal 312 41 74 0 124 106 25 536 110 56
Binary 11001010 100001 111100 0 1010100 1000110 10101 101011110 1001000 101110

Color Harmonies of #CA213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA213C

Black with #CA213C

Text Example


Text Example

White with #CA213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA213C; }

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

 H1.HeaderClassName
 {
   color: #CA213C;
 }
 .AnyTagClassName
 {
   color: #CA213C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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