Html Css Color HEX #C5144F Cardinal

📋 copy color: '#C5144F'

red 197 ◦ green 20 ◦ blue 79

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

Shades of Cardinal #C5144F

Tints of Cardinal #C5144F

RGB

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

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

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

R = 66.55%
G = 6.76%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5144F (or 0xC5144F) is known color: Cardinal. HEX triplet: C5, 14 and 4F. RGB value is (197,20,79). Sum of RGB (Red+Green+Blue) = 197+20+79=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5144F is #3AEBB0. Grayscale: #4F4F4F. Windows color (decimal): -3861425 or 5182661. OLE color: 5182661.

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

Color convert

RGB 197 20 79 -
CMYK 0 0.90 0.60 0.23
HSL 340º 0.82% 0.43% -
HSV(B) 340º 0.9% 0.77% -
XYZ 24.69 12.94 8.59 -
YUV 79.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 197 20 79 0 0.90 0.60 0.23 340 0.82 0.43
Hex C5 14 4F 0 5A 3C 17 154 52 2B
Octal 305 24 117 0 132 74 27 524 122 53
Binary 11000101 10100 1001111 0 1011010 111100 10111 101010100 1010010 101011

Color Harmonies of #C5144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5144F

Black with #C5144F

Text Example


Text Example

White with #C5144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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