Html Css Color HEX #C2213B Cardinal

📋 copy color: '#C2213B'

red 194 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #C2213B

Tints of Cardinal #C2213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 67.83%
G = 11.54%
B = 20.63%

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

#C2213B (or 0xC2213B) is known color: Cardinal. HEX triplet: C2, 21 and 3B. RGB value is (194,33,59). Sum of RGB (Red+Green+Blue) = 194+33+59=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2213B is #3DDEC4. Grayscale: #545454. Windows color (decimal): -4054725 or 3875266. OLE color: 3875266.

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

Color convert

RGB 194 33 59 -
CMYK 0 0.83 0.70 0.24
HSL 350.31º 0.71% 0.45% -
HSV(B) 350.31º 0.83% 0.76% -
XYZ 23.58 12.87 5.38 -
YUV 84.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 194 33 59 0 0.83 0.70 0.24 350.31 0.71 0.45
Hex C2 21 3B 0 53 46 18 15E 47 2D
Octal 302 41 73 0 123 106 30 536 107 55
Binary 11000010 100001 111011 0 1010011 1000110 11000 101011110 1000111 101101

Color Harmonies of #C2213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2213B

Black with #C2213B

Text Example


Text Example

White with #C2213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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