Html Css Color HEX #C2213A Cardinal

📋 copy color: '#C2213A'

red 194 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #C2213A

Tints of Cardinal #C2213A

RGB

 RED value IS 194 (76.17% from 255) = 68.07%

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

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

R = 68.07%
G = 11.58%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2213A (or 0xC2213A) is known color: Cardinal. HEX triplet: C2, 21 and 3A. RGB value is (194,33,58). Sum of RGB (Red+Green+Blue) = 194+33+58=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C2213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2213A is #3DDEC5. Grayscale: #545454. Windows color (decimal): -4054726 or 3809730. OLE color: 3809730.

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

Color convert

RGB 194 33 58 -
CMYK 0 0.83 0.70 0.24
HSL 350.68º 0.71% 0.45% -
HSV(B) 350.68º 0.83% 0.76% -
XYZ 23.56 12.86 5.24 -
YUV 83.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 194 33 58 0 0.83 0.70 0.24 350.68 0.71 0.45
Hex C2 21 3A 0 53 46 18 15F 47 2D
Octal 302 41 72 0 123 106 30 537 107 55
Binary 11000010 100001 111010 0 1010011 1000110 11000 101011111 1000111 101101

Color Harmonies of #C2213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2213A

Black with #C2213A

Text Example


Text Example

White with #C2213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2213A; }

 p { color: rgb(194,33,58); }

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

background-color css

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

 a { background-color: rgb(194,33,58); }

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

border-color css

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

 span { border-color: rgb(194,33,58); }

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