Html Css Color HEX #CA2031 Cardinal

📋 copy color: '#CA2031'

red 202 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #CA2031

Tints of Cardinal #CA2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 71.38%
G = 11.31%
B = 17.31%

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

#CA2031 (or 0xCA2031) is known color: Cardinal. HEX triplet: CA, 20 and 31. RGB value is (202,32,49). Sum of RGB (Red+Green+Blue) = 202+32+49=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2031 is #35DFCE. Grayscale: #545454. Windows color (decimal): -3530703 or 3219658. OLE color: 3219658.

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

Color convert

RGB 202 32 49 -
CMYK 0 0.84 0.76 0.21
HSL 354º 0.73% 0.46% -
HSV(B) 354º 0.84% 0.79% -
XYZ 25.43 13.81 4.23 -
YUV 84.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 202 32 49 0 0.84 0.76 0.21 354 0.73 0.46
Hex CA 20 31 0 54 4C 15 162 49 2E
Octal 312 40 61 0 124 114 25 542 111 56
Binary 11001010 100000 110001 0 1010100 1001100 10101 101100010 1001001 101110

Color Harmonies of #CA2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2031

Black with #CA2031

Text Example


Text Example

White with #CA2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2031; }

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

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

background-color css

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

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

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

border-color css

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

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

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