Html Css Color HEX #C5212B Cardinal

📋 copy color: '#C5212B'

red 197 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #C5212B

Tints of Cardinal #C5212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 72.16%
G = 12.09%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5212B (or 0xC5212B) is known color: Cardinal. HEX triplet: C5, 21 and 2B. RGB value is (197,33,43). Sum of RGB (Red+Green+Blue) = 197+33+43=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5212B is #3ADED4. Grayscale: #535353. Windows color (decimal): -3858133 or 2826693. OLE color: 2826693.

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

Color convert

RGB 197 33 43 -
CMYK 0 0.83 0.78 0.23
HSL 356.34º 0.71% 0.45% -
HSV(B) 356.34º 0.83% 0.77% -
XYZ 24.01 13.13 3.56 -
YUV 83.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 197 33 43 0 0.83 0.78 0.23 356.34 0.71 0.45
Hex C5 21 2B 0 53 4E 17 164 47 2D
Octal 305 41 53 0 123 116 27 544 107 55
Binary 11000101 100001 101011 0 1010011 1001110 10111 101100100 1000111 101101

Color Harmonies of #C5212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5212B

Black with #C5212B

Text Example


Text Example

White with #C5212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5212B; }

 p { color: rgb(197,33,43); }

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

background-color css

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

 a { background-color: rgb(197,33,43); }

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

border-color css

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

 span { border-color: rgb(197,33,43); }

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