Html Css Color HEX #C2122D Cardinal

📋 copy color: '#C2122D'

red 194 ◦ green 18 ◦ blue 45

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

Shades of Cardinal #C2122D

Tints of Cardinal #C2122D

RGB

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

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

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

R = 75.49%
G = 7%
B = 17.51%

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

#C2122D (or 0xC2122D) is known color: Cardinal. HEX triplet: C2, 12 and 2D. RGB value is (194,18,45). Sum of RGB (Red+Green+Blue) = 194+18+45=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2122D is #3DEDD2. Grayscale: #494949. Windows color (decimal): -4058579 or 2953922. OLE color: 2953922.

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

Color convert

RGB 194 18 45 -
CMYK 0 0.91 0.77 0.24
HSL 350.8º 0.83% 0.42% -
HSV(B) 350.8º 0.91% 0.76% -
XYZ 22.94 12.09 3.61 -
YUV 73.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 194 18 45 0 0.91 0.77 0.24 350.8 0.83 0.42
Hex C2 12 2D 0 5B 4D 18 15F 53 2A
Octal 302 22 55 0 133 115 30 537 123 52
Binary 11000010 10010 101101 0 1011011 1001101 11000 101011111 1010011 101010

Color Harmonies of #C2122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2122D

Black with #C2122D

Text Example


Text Example

White with #C2122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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