Html Css Color HEX #C5134A Cardinal

📋 copy color: '#C5134A'

red 197 ◦ green 19 ◦ blue 74

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

Shades of Cardinal #C5134A

Tints of Cardinal #C5134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 67.93%
G = 6.55%
B = 25.52%

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

#C5134A (or 0xC5134A) is known color: Cardinal. HEX triplet: C5, 13 and 4A. RGB value is (197,19,74). Sum of RGB (Red+Green+Blue) = 197+19+74=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5134A is #3AECB5. Grayscale: #4E4E4E. Windows color (decimal): -3861686 or 4854725. OLE color: 4854725.

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

Color convert

RGB 197 19 74 -
CMYK 0 0.90 0.62 0.23
HSL 341.46º 0.82% 0.42% -
HSV(B) 341.46º 0.9% 0.77% -
XYZ 24.49 12.83 7.66 -
YUV 78.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 197 19 74 0 0.90 0.62 0.23 341.46 0.82 0.42
Hex C5 13 4A 0 5A 3E 17 155 52 2A
Octal 305 23 112 0 132 76 27 525 122 52
Binary 11000101 10011 1001010 0 1011010 111110 10111 101010101 1010010 101010

Color Harmonies of #C5134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5134A

Black with #C5134A

Text Example


Text Example

White with #C5134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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