Html Css Color HEX #CA213E Cardinal

📋 copy color: '#CA213E'

red 202 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #CA213E

Tints of Cardinal #CA213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 68.01%
G = 11.11%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA213E (or 0xCA213E) is known color: Cardinal. HEX triplet: CA, 21 and 3E. RGB value is (202,33,62). Sum of RGB (Red+Green+Blue) = 202+33+62=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA213E is #35DEC1. Grayscale: #565656. Windows color (decimal): -3530434 or 4071882. OLE color: 4071882.

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

Color convert

RGB 202 33 62 -
CMYK 0 0.84 0.69 0.21
HSL 349.7º 0.72% 0.46% -
HSV(B) 349.7º 0.84% 0.79% -
XYZ 25.77 13.99 5.9 -
YUV 86.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 202 33 62 0 0.84 0.69 0.21 349.7 0.72 0.46
Hex CA 21 3E 0 54 45 15 15E 48 2E
Octal 312 41 76 0 124 105 25 536 110 56
Binary 11001010 100001 111110 0 1010100 1000101 10101 101011110 1001000 101110

Color Harmonies of #CA213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA213E

Black with #CA213E

Text Example


Text Example

White with #CA213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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