Html Css Color HEX #C2132F Cardinal

📋 copy color: '#C2132F'

red 194 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C2132F

Tints of Cardinal #C2132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 74.62%
G = 7.31%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2132F (or 0xC2132F) is known color: Cardinal. HEX triplet: C2, 13 and 2F. RGB value is (194,19,47). Sum of RGB (Red+Green+Blue) = 194+19+47=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2132F is #3DECD0. Grayscale: #4A4A4A. Windows color (decimal): -4058321 or 3085250. OLE color: 3085250.

HSL color Cylindrical-coordinate representation of color #C2132F: hue angle of 350.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2132F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 47 -
CMYK 0 0.90 0.76 0.24
HSL 350.4º 0.82% 0.42% -
HSV(B) 350.4º 0.9% 0.76% -
XYZ 22.99 12.14 3.82 -
YUV 74.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 194 19 47 0 0.90 0.76 0.24 350.4 0.82 0.42
Hex C2 13 2F 0 5A 4C 18 15E 52 2A
Octal 302 23 57 0 132 114 30 536 122 52
Binary 11000010 10011 101111 0 1011010 1001100 11000 101011110 1010010 101010

Color Harmonies of #C2132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2132F

Black with #C2132F

Text Example


Text Example

White with #C2132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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