Html Css Color HEX #C21C4A Cardinal

📋 copy color: '#C21C4A'

red 194 ◦ green 28 ◦ blue 74

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

Shades of Cardinal #C21C4A

Tints of Cardinal #C21C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 65.54%
G = 9.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C21C4A (or 0xC21C4A) is known color: Cardinal. HEX triplet: C2, 1C and 4A. RGB value is (194,28,74). Sum of RGB (Red+Green+Blue) = 194+28+74=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C4A is #3DE3B5. Grayscale: #525252. Windows color (decimal): -4055990 or 4857026. OLE color: 4857026.

HSL color Cylindrical-coordinate representation of color #C21C4A: hue angle of 343.37º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C4A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 74 -
CMYK 0 0.86 0.62 0.24
HSL 343.37º 0.75% 0.44% -
HSV(B) 343.37º 0.86% 0.76% -
XYZ 23.9 12.79 7.69 -
YUV 82.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 194 28 74 0 0.86 0.62 0.24 343.37 0.75 0.44
Hex C2 1C 4A 0 56 3E 18 157 4B 2C
Octal 302 34 112 0 126 76 30 527 113 54
Binary 11000010 11100 1001010 0 1010110 111110 11000 101010111 1001011 101100

Color Harmonies of #C21C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C4A

Black with #C21C4A

Text Example


Text Example

White with #C21C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C4A; }

 p { color: rgb(194,28,74); }

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

background-color css

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

 a { background-color: rgb(194,28,74); }

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

border-color css

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

 span { border-color: rgb(194,28,74); }

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