Html Css Color HEX #C5194B Cardinal

📋 copy color: '#C5194B'

red 197 ◦ green 25 ◦ blue 75

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

Shades of Cardinal #C5194B

Tints of Cardinal #C5194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 66.33%
G = 8.42%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5194B (or 0xC5194B) is known color: Cardinal. HEX triplet: C5, 19 and 4B. RGB value is (197,25,75). Sum of RGB (Red+Green+Blue) = 197+25+75=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5194B is #3AE6B4. Grayscale: #525252. Windows color (decimal): -3860149 or 4921797. OLE color: 4921797.

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

Color convert

RGB 197 25 75 -
CMYK 0 0.87 0.62 0.23
HSL 342.56º 0.77% 0.44% -
HSV(B) 342.56º 0.87% 0.77% -
XYZ 24.64 13.07 7.88 -
YUV 82.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 197 25 75 0 0.87 0.62 0.23 342.56 0.77 0.44
Hex C5 19 4B 0 57 3E 17 157 4D 2C
Octal 305 31 113 0 127 76 27 527 115 54
Binary 11000101 11001 1001011 0 1010111 111110 10111 101010111 1001101 101100

Color Harmonies of #C5194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5194B

Black with #C5194B

Text Example


Text Example

White with #C5194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5194B; }

 p { color: rgb(197,25,75); }

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

background-color css

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

 a { background-color: rgb(197,25,75); }

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

border-color css

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

 span { border-color: rgb(197,25,75); }

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