Html Css Color HEX #C2144F Cardinal

📋 copy color: '#C2144F'

red 194 ◦ green 20 ◦ blue 79

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

Shades of Cardinal #C2144F

Tints of Cardinal #C2144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 66.21%
G = 6.83%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2144F (or 0xC2144F) is known color: Cardinal. HEX triplet: C2, 14 and 4F. RGB value is (194,20,79). Sum of RGB (Red+Green+Blue) = 194+20+79=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2144F is #3DEBB0. Grayscale: #4E4E4E. Windows color (decimal): -4058033 or 5182658. OLE color: 5182658.

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

Color convert

RGB 194 20 79 -
CMYK 0 0.90 0.59 0.24
HSL 339.66º 0.81% 0.42% -
HSV(B) 339.66º 0.9% 0.76% -
XYZ 23.91 12.53 8.56 -
YUV 78.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 194 20 79 0 0.90 0.59 0.24 339.66 0.81 0.42
Hex C2 14 4F 0 5A 3B 18 154 51 2A
Octal 302 24 117 0 132 73 30 524 121 52
Binary 11000010 10100 1001111 0 1011010 111011 11000 101010100 1010001 101010

Color Harmonies of #C2144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2144F

Black with #C2144F

Text Example


Text Example

White with #C2144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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