Html Css Color HEX #C2162D Cardinal

📋 copy color: '#C2162D'

red 194 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #C2162D

Tints of Cardinal #C2162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 74.33%
G = 8.43%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2162D (or 0xC2162D) is known color: Cardinal. HEX triplet: C2, 16 and 2D. RGB value is (194,22,45). Sum of RGB (Red+Green+Blue) = 194+22+45=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2162D is #3DE9D2. Grayscale: #4C4C4C. Windows color (decimal): -4057555 or 2954946. OLE color: 2954946.

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

Color convert

RGB 194 22 45 -
CMYK 0 0.89 0.77 0.24
HSL 351.98º 0.8% 0.42% -
HSV(B) 351.98º 0.89% 0.76% -
XYZ 23.01 12.23 3.63 -
YUV 76.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 194 22 45 0 0.89 0.77 0.24 351.98 0.8 0.42
Hex C2 16 2D 0 59 4D 18 160 50 2A
Octal 302 26 55 0 131 115 30 540 120 52
Binary 11000010 10110 101101 0 1011001 1001101 11000 101100000 1010000 101010

Color Harmonies of #C2162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2162D

Black with #C2162D

Text Example


Text Example

White with #C2162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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