Html Css Color HEX #C2122C Cardinal

📋 copy color: '#C2122C'

red 194 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #C2122C

Tints of Cardinal #C2122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 75.78%
G = 7.03%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2122C (or 0xC2122C) is known color: Cardinal. HEX triplet: C2, 12 and 2C. RGB value is (194,18,44). Sum of RGB (Red+Green+Blue) = 194+18+44=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2122C is #3DEDD3. Grayscale: #494949. Windows color (decimal): -4058580 or 2888386. OLE color: 2888386.

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

Color convert

RGB 194 18 44 -
CMYK 0 0.91 0.77 0.24
HSL 351.14º 0.83% 0.42% -
HSV(B) 351.14º 0.91% 0.76% -
XYZ 22.92 12.08 3.51 -
YUV 73.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 194 18 44 0 0.91 0.77 0.24 351.14 0.83 0.42
Hex C2 12 2C 0 5B 4D 18 15F 53 2A
Octal 302 22 54 0 133 115 30 537 123 52
Binary 11000010 10010 101100 0 1011011 1001101 11000 101011111 1010011 101010

Color Harmonies of #C2122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2122C

Black with #C2122C

Text Example


Text Example

White with #C2122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2122C; }

 p { color: rgb(194,18,44); }

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

background-color css

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

 a { background-color: rgb(194,18,44); }

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

border-color css

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

 span { border-color: rgb(194,18,44); }

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