Html Css Color HEX #C2193F Cardinal

📋 copy color: '#C2193F'

red 194 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #C2193F

Tints of Cardinal #C2193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 68.79%
G = 8.87%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2193F (or 0xC2193F) is known color: Cardinal. HEX triplet: C2, 19 and 3F. RGB value is (194,25,63). Sum of RGB (Red+Green+Blue) = 194+25+63=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C2193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2193F is #3DE6C0. Grayscale: #4F4F4F. Windows color (decimal): -4056769 or 4135362. OLE color: 4135362.

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

Color convert

RGB 194 25 63 -
CMYK 0 0.87 0.68 0.24
HSL 346.51º 0.77% 0.43% -
HSV(B) 346.51º 0.87% 0.76% -
XYZ 23.49 12.52 5.88 -
YUV 79.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 194 25 63 0 0.87 0.68 0.24 346.51 0.77 0.43
Hex C2 19 3F 0 57 44 18 15B 4D 2B
Octal 302 31 77 0 127 104 30 533 115 53
Binary 11000010 11001 111111 0 1010111 1000100 11000 101011011 1001101 101011

Color Harmonies of #C2193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2193F

Black with #C2193F

Text Example


Text Example

White with #C2193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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