Html Css Color HEX #C2193C Cardinal

📋 copy color: '#C2193C'

red 194 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #C2193C

Tints of Cardinal #C2193C

RGB

 RED value IS 194 (76.17% from 255) = 69.53%

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

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

R = 69.53%
G = 8.96%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2193C (or 0xC2193C) is known color: Cardinal. HEX triplet: C2, 19 and 3C. RGB value is (194,25,60). Sum of RGB (Red+Green+Blue) = 194+25+60=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2193C is #3DE6C3. Grayscale: #4F4F4F. Windows color (decimal): -4056772 or 3938754. OLE color: 3938754.

HSL color Cylindrical-coordinate representation of color #C2193C: hue angle of 347.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2193C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 60 -
CMYK 0 0.87 0.69 0.24
HSL 347.57º 0.77% 0.43% -
HSV(B) 347.57º 0.87% 0.76% -
XYZ 23.41 12.49 5.45 -
YUV 79.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 194 25 60 0 0.87 0.69 0.24 347.57 0.77 0.43
Hex C2 19 3C 0 57 45 18 15C 4D 2B
Octal 302 31 74 0 127 105 30 534 115 53
Binary 11000010 11001 111100 0 1010111 1000101 11000 101011100 1001101 101011

Color Harmonies of #C2193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2193C

Black with #C2193C

Text Example


Text Example

White with #C2193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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