Html Css Color HEX #C2163A Cardinal

📋 copy color: '#C2163A'

red 194 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #C2163A

Tints of Cardinal #C2163A

RGB

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

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

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

R = 70.8%
G = 8.03%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2163A (or 0xC2163A) is known color: Cardinal. HEX triplet: C2, 16 and 3A. RGB value is (194,22,58). Sum of RGB (Red+Green+Blue) = 194+22+58=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2163A is #3DE9C5. Grayscale: #4D4D4D. Windows color (decimal): -4057542 or 3806914. OLE color: 3806914.

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

Color convert

RGB 194 22 58 -
CMYK 0 0.89 0.70 0.24
HSL 347.44º 0.8% 0.42% -
HSV(B) 347.44º 0.89% 0.76% -
XYZ 23.3 12.35 5.16 -
YUV 77.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 194 22 58 0 0.89 0.70 0.24 347.44 0.8 0.42
Hex C2 16 3A 0 59 46 18 15B 50 2A
Octal 302 26 72 0 131 106 30 533 120 52
Binary 11000010 10110 111010 0 1011001 1000110 11000 101011011 1010000 101010

Color Harmonies of #C2163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2163A

Black with #C2163A

Text Example


Text Example

White with #C2163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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