Html Css Color HEX #C5192D Cardinal

📋 copy color: '#C5192D'

red 197 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #C5192D

Tints of Cardinal #C5192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 73.78%
G = 9.36%
B = 16.85%

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

#C5192D (or 0xC5192D) is known color: Cardinal. HEX triplet: C5, 19 and 2D. RGB value is (197,25,45). Sum of RGB (Red+Green+Blue) = 197+25+45=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5192D is #3AE6D2. Grayscale: #4E4E4E. Windows color (decimal): -3860179 or 2955717. OLE color: 2955717.

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

Color convert

RGB 197 25 45 -
CMYK 0 0.87 0.77 0.23
HSL 353.02º 0.77% 0.44% -
HSV(B) 353.02º 0.87% 0.77% -
XYZ 23.85 12.76 3.69 -
YUV 78.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 197 25 45 0 0.87 0.77 0.23 353.02 0.77 0.44
Hex C5 19 2D 0 57 4D 17 161 4D 2C
Octal 305 31 55 0 127 115 27 541 115 54
Binary 11000101 11001 101101 0 1010111 1001101 10111 101100001 1001101 101100

Color Harmonies of #C5192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5192D

Black with #C5192D

Text Example


Text Example

White with #C5192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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