Html Css Color HEX #CA2131 Cardinal

📋 copy color: '#CA2131'

red 202 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #CA2131

Tints of Cardinal #CA2131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 71.13%
G = 11.62%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2131 (or 0xCA2131) is known color: Cardinal. HEX triplet: CA, 21 and 31. RGB value is (202,33,49). Sum of RGB (Red+Green+Blue) = 202+33+49=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2131 is #35DECE. Grayscale: #555555. Windows color (decimal): -3530447 or 3219914. OLE color: 3219914.

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

Color convert

RGB 202 33 49 -
CMYK 0 0.84 0.76 0.21
HSL 354.32º 0.72% 0.46% -
HSV(B) 354.32º 0.84% 0.79% -
XYZ 25.46 13.87 4.24 -
YUV 85.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 202 33 49 0 0.84 0.76 0.21 354.32 0.72 0.46
Hex CA 21 31 0 54 4C 15 162 48 2E
Octal 312 41 61 0 124 114 25 542 110 56
Binary 11001010 100001 110001 0 1010100 1001100 10101 101100010 1001000 101110

Color Harmonies of #CA2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2131

Black with #CA2131

Text Example


Text Example

White with #CA2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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