Html Css Color HEX #C21C49 Cardinal

📋 copy color: '#C21C49'

red 194 ◦ green 28 ◦ blue 73

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

Shades of Cardinal #C21C49

Tints of Cardinal #C21C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 65.76%
G = 9.49%
B = 24.75%

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

#C21C49 (or 0xC21C49) is known color: Cardinal. HEX triplet: C2, 1C and 49. RGB value is (194,28,73). Sum of RGB (Red+Green+Blue) = 194+28+73=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C49 is #3DE3B6. Grayscale: #525252. Windows color (decimal): -4055991 or 4791490. OLE color: 4791490.

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

Color convert

RGB 194 28 73 -
CMYK 0 0.86 0.62 0.24
HSL 343.73º 0.75% 0.44% -
HSV(B) 343.73º 0.86% 0.76% -
XYZ 23.87 12.78 7.51 -
YUV 82.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 194 28 73 0 0.86 0.62 0.24 343.73 0.75 0.44
Hex C2 1C 49 0 56 3E 18 158 4B 2C
Octal 302 34 111 0 126 76 30 530 113 54
Binary 11000010 11100 1001001 0 1010110 111110 11000 101011000 1001011 101100

Color Harmonies of #C21C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C49

Black with #C21C49

Text Example


Text Example

White with #C21C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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