Html Css Color HEX #C2144E Cardinal

📋 copy color: '#C2144E'

red 194 ◦ green 20 ◦ blue 78

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

Shades of Cardinal #C2144E

Tints of Cardinal #C2144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 66.44%
G = 6.85%
B = 26.71%

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

#C2144E (or 0xC2144E) is known color: Cardinal. HEX triplet: C2, 14 and 4E. RGB value is (194,20,78). Sum of RGB (Red+Green+Blue) = 194+20+78=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2144E is #3DEBB1. Grayscale: #4E4E4E. Windows color (decimal): -4058034 or 5117122. OLE color: 5117122.

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

Color convert

RGB 194 20 78 -
CMYK 0 0.90 0.60 0.24
HSL 340º 0.81% 0.42% -
HSV(B) 340º 0.9% 0.76% -
XYZ 23.87 12.52 8.37 -
YUV 78.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 194 20 78 0 0.90 0.60 0.24 340 0.81 0.42
Hex C2 14 4E 0 5A 3C 18 154 51 2A
Octal 302 24 116 0 132 74 30 524 121 52
Binary 11000010 10100 1001110 0 1011010 111100 11000 101010100 1010001 101010

Color Harmonies of #C2144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2144E

Black with #C2144E

Text Example


Text Example

White with #C2144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2144E; }

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

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

background-color css

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

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

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

border-color css

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

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

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