Html Css Color HEX #C7193C Cardinal

📋 copy color: '#C7193C'

red 199 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #C7193C

Tints of Cardinal #C7193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 70.07%
G = 8.8%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7193C (or 0xC7193C) is known color: Cardinal. HEX triplet: C7, 19 and 3C. RGB value is (199,25,60). Sum of RGB (Red+Green+Blue) = 199+25+60=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7193C is #38E6C3. Grayscale: #515151. Windows color (decimal): -3729092 or 3938759. OLE color: 3938759.

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

Color convert

RGB 199 25 60 -
CMYK 0 0.87 0.70 0.22
HSL 347.93º 0.78% 0.44% -
HSV(B) 347.93º 0.87% 0.78% -
XYZ 24.72 13.16 5.51 -
YUV 81.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 199 25 60 0 0.87 0.70 0.22 347.93 0.78 0.44
Hex C7 19 3C 0 57 46 16 15C 4E 2C
Octal 307 31 74 0 127 106 26 534 116 54
Binary 11000111 11001 111100 0 1010111 1000110 10110 101011100 1001110 101100

Color Harmonies of #C7193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7193C

Black with #C7193C

Text Example


Text Example

White with #C7193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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