Html Css Color HEX #C5223A Cardinal

📋 copy color: '#C5223A'

red 197 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #C5223A

Tints of Cardinal #C5223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 68.17%
G = 11.76%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5223A (or 0xC5223A) is known color: Cardinal. HEX triplet: C5, 22 and 3A. RGB value is (197,34,58). Sum of RGB (Red+Green+Blue) = 197+34+58=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223A is #3ADDC5. Grayscale: #555555. Windows color (decimal): -3857862 or 3809989. OLE color: 3809989.

HSL color Cylindrical-coordinate representation of color #C5223A: hue angle of 351.17º 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 #C5223A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 58 -
CMYK 0 0.83 0.71 0.23
HSL 351.17º 0.71% 0.45% -
HSV(B) 351.17º 0.83% 0.77% -
XYZ 24.36 13.32 5.29 -
YUV 85.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 197 34 58 0 0.83 0.71 0.23 351.17 0.71 0.45
Hex C5 22 3A 0 53 47 17 15F 47 2D
Octal 305 42 72 0 123 107 27 537 107 55
Binary 11000101 100010 111010 0 1010011 1000111 10111 101011111 1000111 101101

Color Harmonies of #C5223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5223A

Black with #C5223A

Text Example


Text Example

White with #C5223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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