Html Css Color HEX #C2144D Cardinal

📋 copy color: '#C2144D'

red 194 ◦ green 20 ◦ blue 77

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

Shades of Cardinal #C2144D

Tints of Cardinal #C2144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 66.67%
G = 6.87%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2144D (or 0xC2144D) is known color: Cardinal. HEX triplet: C2, 14 and 4D. RGB value is (194,20,77). Sum of RGB (Red+Green+Blue) = 194+20+77=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2144D is #3DEBB2. Grayscale: #4E4E4E. Windows color (decimal): -4058035 or 5051586. OLE color: 5051586.

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

Color convert

RGB 194 20 77 -
CMYK 0 0.90 0.60 0.24
HSL 340.34º 0.81% 0.42% -
HSV(B) 340.34º 0.9% 0.76% -
XYZ 23.84 12.51 8.18 -
YUV 78.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 194 20 77 0 0.90 0.60 0.24 340.34 0.81 0.42
Hex C2 14 4D 0 5A 3C 18 154 51 2A
Octal 302 24 115 0 132 74 30 524 121 52
Binary 11000010 10100 1001101 0 1011010 111100 11000 101010100 1010001 101010

Color Harmonies of #C2144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2144D

Black with #C2144D

Text Example


Text Example

White with #C2144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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