Html Css Color HEX #C5213D Cardinal

📋 copy color: '#C5213D'

red 197 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #C5213D

Tints of Cardinal #C5213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 67.7%
G = 11.34%
B = 20.96%

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

#C5213D (or 0xC5213D) is known color: Cardinal. HEX triplet: C5, 21 and 3D. RGB value is (197,33,61). Sum of RGB (Red+Green+Blue) = 197+33+61=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5213D is #3ADEC2. Grayscale: #555555. Windows color (decimal): -3858115 or 4006341. OLE color: 4006341.

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

Color convert

RGB 197 33 61 -
CMYK 0 0.83 0.69 0.23
HSL 349.76º 0.71% 0.45% -
HSV(B) 349.76º 0.83% 0.77% -
XYZ 24.41 13.29 5.69 -
YUV 85.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 197 33 61 0 0.83 0.69 0.23 349.76 0.71 0.45
Hex C5 21 3D 0 53 45 17 15E 47 2D
Octal 305 41 75 0 123 105 27 536 107 55
Binary 11000101 100001 111101 0 1010011 1000101 10111 101011110 1000111 101101

Color Harmonies of #C5213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5213D

Black with #C5213D

Text Example


Text Example

White with #C5213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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