Html Css Color HEX #C5144A Cardinal

📋 copy color: '#C5144A'

red 197 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #C5144A

Tints of Cardinal #C5144A

RGB

 RED value IS 197 (77.34% from 255) = 67.7%

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

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

R = 67.7%
G = 6.87%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5144A (or 0xC5144A) is known color: Cardinal. HEX triplet: C5, 14 and 4A. RGB value is (197,20,74). Sum of RGB (Red+Green+Blue) = 197+20+74=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5144A is #3AEBB5. Grayscale: #4F4F4F. Windows color (decimal): -3861430 or 4854981. OLE color: 4854981.

HSL color Cylindrical-coordinate representation of color #C5144A: hue angle of 341.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5144A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 74 -
CMYK 0 0.90 0.62 0.23
HSL 341.69º 0.82% 0.43% -
HSV(B) 341.69º 0.9% 0.77% -
XYZ 24.51 12.87 7.67 -
YUV 79.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 197 20 74 0 0.90 0.62 0.23 341.69 0.82 0.43
Hex C5 14 4A 0 5A 3E 17 156 52 2B
Octal 305 24 112 0 132 76 27 526 122 53
Binary 11000101 10100 1001010 0 1011010 111110 10111 101010110 1010010 101011

Color Harmonies of #C5144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5144A

Black with #C5144A

Text Example


Text Example

White with #C5144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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