Html Css Color HEX #C7194A Cardinal

📋 copy color: '#C7194A'

red 199 ◦ green 25 ◦ blue 74

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

Shades of Cardinal #C7194A

Tints of Cardinal #C7194A

RGB

 RED value IS 199 (78.13% from 255) = 66.78%

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

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

R = 66.78%
G = 8.39%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7194A (or 0xC7194A) is known color: Cardinal. HEX triplet: C7, 19 and 4A. RGB value is (199,25,74). Sum of RGB (Red+Green+Blue) = 199+25+74=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7194A is #38E6B5. Grayscale: #525252. Windows color (decimal): -3729078 or 4856263. OLE color: 4856263.

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

Color convert

RGB 199 25 74 -
CMYK 0 0.87 0.63 0.22
HSL 343.1º 0.78% 0.44% -
HSV(B) 343.1º 0.87% 0.78% -
XYZ 25.14 13.33 7.73 -
YUV 82.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 199 25 74 0 0.87 0.63 0.22 343.1 0.78 0.44
Hex C7 19 4A 0 57 3F 16 157 4E 2C
Octal 307 31 112 0 127 77 26 527 116 54
Binary 11000111 11001 1001010 0 1010111 111111 10110 101010111 1001110 101100

Color Harmonies of #C7194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7194A

Black with #C7194A

Text Example


Text Example

White with #C7194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7194A; }

 p { color: rgb(199,25,74); }

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

background-color css

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

 a { background-color: rgb(199,25,74); }

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

border-color css

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

 span { border-color: rgb(199,25,74); }

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