Html Css Color HEX #C5212D Cardinal

📋 copy color: '#C5212D'

red 197 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #C5212D

Tints of Cardinal #C5212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 71.64%
G = 12%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5212D (or 0xC5212D) is known color: Cardinal. HEX triplet: C5, 21 and 2D. RGB value is (197,33,45). Sum of RGB (Red+Green+Blue) = 197+33+45=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5212D is #3ADED2. Grayscale: #535353. Windows color (decimal): -3858131 or 2957765. OLE color: 2957765.

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

Color convert

RGB 197 33 45 -
CMYK 0 0.83 0.77 0.23
HSL 355.61º 0.71% 0.45% -
HSV(B) 355.61º 0.83% 0.77% -
XYZ 24.04 13.15 3.75 -
YUV 83.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 197 33 45 0 0.83 0.77 0.23 355.61 0.71 0.45
Hex C5 21 2D 0 53 4D 17 164 47 2D
Octal 305 41 55 0 123 115 27 544 107 55
Binary 11000101 100001 101101 0 1010011 1001101 10111 101100100 1000111 101101

Color Harmonies of #C5212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5212D

Black with #C5212D

Text Example


Text Example

White with #C5212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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