Html Css Color HEX #CA213D Cardinal

📋 copy color: '#CA213D'

red 202 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #CA213D

Tints of Cardinal #CA213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 68.24%
G = 11.15%
B = 20.61%

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

#CA213D (or 0xCA213D) is known color: Cardinal. HEX triplet: CA, 21 and 3D. RGB value is (202,33,61). Sum of RGB (Red+Green+Blue) = 202+33+61=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA213D is #35DEC2. Grayscale: #565656. Windows color (decimal): -3530435 or 4006346. OLE color: 4006346.

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

Color convert

RGB 202 33 61 -
CMYK 0 0.84 0.70 0.21
HSL 350.06º 0.72% 0.46% -
HSV(B) 350.06º 0.84% 0.79% -
XYZ 25.74 13.98 5.76 -
YUV 86.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 202 33 61 0 0.84 0.70 0.21 350.06 0.72 0.46
Hex CA 21 3D 0 54 46 15 15E 48 2E
Octal 312 41 75 0 124 106 25 536 110 56
Binary 11001010 100001 111101 0 1010100 1000110 10101 101011110 1001000 101110

Color Harmonies of #CA213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA213D

Black with #CA213D

Text Example


Text Example

White with #CA213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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