Html Css Color HEX #C5192E Cardinal

📋 copy color: '#C5192E'

red 197 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #C5192E

Tints of Cardinal #C5192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 73.51%
G = 9.33%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5192E (or 0xC5192E) is known color: Cardinal. HEX triplet: C5, 19 and 2E. RGB value is (197,25,46). Sum of RGB (Red+Green+Blue) = 197+25+46=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C5192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5192E is #3AE6D1. Grayscale: #4E4E4E. Windows color (decimal): -3860178 or 3021253. OLE color: 3021253.

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

Color convert

RGB 197 25 46 -
CMYK 0 0.87 0.77 0.23
HSL 352.67º 0.77% 0.44% -
HSV(B) 352.67º 0.87% 0.77% -
XYZ 23.87 12.76 3.79 -
YUV 78.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 197 25 46 0 0.87 0.77 0.23 352.67 0.77 0.44
Hex C5 19 2E 0 57 4D 17 161 4D 2C
Octal 305 31 56 0 127 115 27 541 115 54
Binary 11000101 11001 101110 0 1010111 1001101 10111 101100001 1001101 101100

Color Harmonies of #C5192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5192E

Black with #C5192E

Text Example


Text Example

White with #C5192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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