Html Css Color HEX #C5223E Cardinal

📋 copy color: '#C5223E'

red 197 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #C5223E

Tints of Cardinal #C5223E

RGB

 RED value IS 197 (77.34% from 255) = 67.24%

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 67.24%
G = 11.6%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5223E (or 0xC5223E) is known color: Cardinal. HEX triplet: C5, 22 and 3E. RGB value is (197,34,62). Sum of RGB (Red+Green+Blue) = 197+34+62=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223E is #3ADDC1. Grayscale: #555555. Windows color (decimal): -3857858 or 4072133. OLE color: 4072133.

HSL color Cylindrical-coordinate representation of color #C5223E: hue angle of 349.69º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5223E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 62 -
CMYK 0 0.83 0.69 0.23
HSL 349.69º 0.71% 0.45% -
HSV(B) 349.69º 0.83% 0.77% -
XYZ 24.47 13.36 5.85 -
YUV 85.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 197 34 62 0 0.83 0.69 0.23 349.69 0.71 0.45
Hex C5 22 3E 0 53 45 17 15E 47 2D
Octal 305 42 76 0 123 105 27 536 107 55
Binary 11000101 100010 111110 0 1010011 1000101 10111 101011110 1000111 101101

Color Harmonies of #C5223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5223E

Black with #C5223E

Text Example


Text Example

White with #C5223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5223E; }

 p { color: rgb(197,34,62); }

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

background-color css

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

 a { background-color: rgb(197,34,62); }

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

border-color css

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

 span { border-color: rgb(197,34,62); }

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