Html Css Color HEX #C2144A Cardinal

📋 copy color: '#C2144A'

red 194 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #C2144A

Tints of Cardinal #C2144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 67.36%
G = 6.94%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2144A (or 0xC2144A) is known color: Cardinal. HEX triplet: C2, 14 and 4A. RGB value is (194,20,74). Sum of RGB (Red+Green+Blue) = 194+20+74=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2144A is #3DEBB5. Grayscale: #4E4E4E. Windows color (decimal): -4058038 or 4854978. OLE color: 4854978.

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

Color convert

RGB 194 20 74 -
CMYK 0 0.90 0.62 0.24
HSL 341.38º 0.81% 0.42% -
HSV(B) 341.38º 0.9% 0.76% -
XYZ 23.73 12.46 7.63 -
YUV 78.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 194 20 74 0 0.90 0.62 0.24 341.38 0.81 0.42
Hex C2 14 4A 0 5A 3E 18 155 51 2A
Octal 302 24 112 0 132 76 30 525 121 52
Binary 11000010 10100 1001010 0 1011010 111110 11000 101010101 1010001 101010

Color Harmonies of #C2144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2144A

Black with #C2144A

Text Example


Text Example

White with #C2144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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