Html Css Color HEX #C5143D Cardinal

📋 copy color: '#C5143D'

red 197 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #C5143D

Tints of Cardinal #C5143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 70.86%
G = 7.19%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5143D (or 0xC5143D) is known color: Cardinal. HEX triplet: C5, 14 and 3D. RGB value is (197,20,61). Sum of RGB (Red+Green+Blue) = 197+20+61=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5143D is #3AEBC2. Grayscale: #4D4D4D. Windows color (decimal): -3861443 or 4003013. OLE color: 4003013.

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

Color convert

RGB 197 20 61 -
CMYK 0 0.90 0.69 0.23
HSL 346.1º 0.82% 0.43% -
HSV(B) 346.1º 0.9% 0.77% -
XYZ 24.12 12.71 5.6 -
YUV 77.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 197 20 61 0 0.90 0.69 0.23 346.1 0.82 0.43
Hex C5 14 3D 0 5A 45 17 15A 52 2B
Octal 305 24 75 0 132 105 27 532 122 53
Binary 11000101 10100 111101 0 1011010 1000101 10111 101011010 1010010 101011

Color Harmonies of #C5143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5143D

Black with #C5143D

Text Example


Text Example

White with #C5143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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