Html Css Color HEX #C2192F Cardinal

📋 copy color: '#C2192F'

red 194 ◦ green 25 ◦ blue 47

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

Shades of Cardinal #C2192F

Tints of Cardinal #C2192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 72.93%
G = 9.4%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2192F (or 0xC2192F) is known color: Cardinal. HEX triplet: C2, 19 and 2F. RGB value is (194,25,47). Sum of RGB (Red+Green+Blue) = 194+25+47=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C2192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2192F is #3DE6D0. Grayscale: #4E4E4E. Windows color (decimal): -4056785 or 3086786. OLE color: 3086786.

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

Color convert

RGB 194 25 47 -
CMYK 0 0.87 0.76 0.24
HSL 352.19º 0.77% 0.43% -
HSV(B) 352.19º 0.87% 0.76% -
XYZ 23.11 12.37 3.86 -
YUV 78.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 194 25 47 0 0.87 0.76 0.24 352.19 0.77 0.43
Hex C2 19 2F 0 57 4C 18 160 4D 2B
Octal 302 31 57 0 127 114 30 540 115 53
Binary 11000010 11001 101111 0 1010111 1001100 11000 101100000 1001101 101011

Color Harmonies of #C2192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2192F

Black with #C2192F

Text Example


Text Example

White with #C2192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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