Html Css Color HEX #C2143A Cardinal

📋 copy color: '#C2143A'

red 194 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #C2143A

Tints of Cardinal #C2143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 71.32%
G = 7.35%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2143A (or 0xC2143A) is known color: Cardinal. HEX triplet: C2, 14 and 3A. RGB value is (194,20,58). Sum of RGB (Red+Green+Blue) = 194+20+58=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2143A is #3DEBC5. Grayscale: #4C4C4C. Windows color (decimal): -4058054 or 3806402. OLE color: 3806402.

HSL color Cylindrical-coordinate representation of color #C2143A: hue angle of 346.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2143A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 58 -
CMYK 0 0.90 0.70 0.24
HSL 346.9º 0.81% 0.42% -
HSV(B) 346.9º 0.9% 0.76% -
XYZ 23.26 12.28 5.15 -
YUV 76.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 194 20 58 0 0.90 0.70 0.24 346.9 0.81 0.42
Hex C2 14 3A 0 5A 46 18 15B 51 2A
Octal 302 24 72 0 132 106 30 533 121 52
Binary 11000010 10100 111010 0 1011010 1000110 11000 101011011 1010001 101010

Color Harmonies of #C2143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2143A

Black with #C2143A

Text Example


Text Example

White with #C2143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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