Html Css Color HEX #C2193B Cardinal

📋 copy color: '#C2193B'

red 194 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #C2193B

Tints of Cardinal #C2193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 69.78%
G = 8.99%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2193B (or 0xC2193B) is known color: Cardinal. HEX triplet: C2, 19 and 3B. RGB value is (194,25,59). Sum of RGB (Red+Green+Blue) = 194+25+59=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2193B is #3DE6C4. Grayscale: #4F4F4F. Windows color (decimal): -4056773 or 3873218. OLE color: 3873218.

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

Color convert

RGB 194 25 59 -
CMYK 0 0.87 0.70 0.24
HSL 347.93º 0.77% 0.43% -
HSV(B) 347.93º 0.87% 0.76% -
XYZ 23.39 12.48 5.31 -
YUV 79.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 194 25 59 0 0.87 0.70 0.24 347.93 0.77 0.43
Hex C2 19 3B 0 57 46 18 15C 4D 2B
Octal 302 31 73 0 127 106 30 534 115 53
Binary 11000010 11001 111011 0 1010111 1000110 11000 101011100 1001101 101011

Color Harmonies of #C2193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2193B

Black with #C2193B

Text Example


Text Example

White with #C2193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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