Html Css Color HEX #C2143E Cardinal

📋 copy color: '#C2143E'

red 194 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #C2143E

Tints of Cardinal #C2143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 70.29%
G = 7.25%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2143E (or 0xC2143E) is known color: Cardinal. HEX triplet: C2, 14 and 3E. RGB value is (194,20,62). Sum of RGB (Red+Green+Blue) = 194+20+62=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2143E is #3DEBC1. Grayscale: #4C4C4C. Windows color (decimal): -4058050 or 4068546. OLE color: 4068546.

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

Color convert

RGB 194 20 62 -
CMYK 0 0.90 0.68 0.24
HSL 345.52º 0.81% 0.42% -
HSV(B) 345.52º 0.9% 0.76% -
XYZ 23.37 12.32 5.7 -
YUV 76.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 194 20 62 0 0.90 0.68 0.24 345.52 0.81 0.42
Hex C2 14 3E 0 5A 44 18 15A 51 2A
Octal 302 24 76 0 132 104 30 532 121 52
Binary 11000010 10100 111110 0 1011010 1000100 11000 101011010 1010001 101010

Color Harmonies of #C2143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2143E

Black with #C2143E

Text Example


Text Example

White with #C2143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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