Html Css Color HEX #C5144C Cardinal

📋 copy color: '#C5144C'

red 197 ◦ green 20 ◦ blue 76

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

Shades of Cardinal #C5144C

Tints of Cardinal #C5144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 67.24%
G = 6.83%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5144C (or 0xC5144C) is known color: Cardinal. HEX triplet: C5, 14 and 4C. RGB value is (197,20,76). Sum of RGB (Red+Green+Blue) = 197+20+76=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5144C is #3AEBB3. Grayscale: #4F4F4F. Windows color (decimal): -3861428 or 4986053. OLE color: 4986053.

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

Color convert

RGB 197 20 76 -
CMYK 0 0.90 0.61 0.23
HSL 341.02º 0.82% 0.43% -
HSV(B) 341.02º 0.9% 0.77% -
XYZ 24.58 12.89 8.03 -
YUV 79.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 197 20 76 0 0.90 0.61 0.23 341.02 0.82 0.43
Hex C5 14 4C 0 5A 3D 17 155 52 2B
Octal 305 24 114 0 132 75 27 525 122 53
Binary 11000101 10100 1001100 0 1011010 111101 10111 101010101 1010010 101011

Color Harmonies of #C5144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5144C

Black with #C5144C

Text Example


Text Example

White with #C5144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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