Html Css Color HEX #C21C46 Cardinal

📋 copy color: '#C21C46'

red 194 ◦ green 28 ◦ blue 70

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

Shades of Cardinal #C21C46

Tints of Cardinal #C21C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 66.44%
G = 9.59%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21C46 (or 0xC21C46) is known color: Cardinal. HEX triplet: C2, 1C and 46. RGB value is (194,28,70). Sum of RGB (Red+Green+Blue) = 194+28+70=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C46 is #3DE3B9. Grayscale: #525252. Windows color (decimal): -4055994 or 4594882. OLE color: 4594882.

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

Color convert

RGB 194 28 70 -
CMYK 0 0.86 0.64 0.24
HSL 344.82º 0.75% 0.44% -
HSV(B) 344.82º 0.86% 0.76% -
XYZ 23.77 12.74 7 -
YUV 82.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 194 28 70 0 0.86 0.64 0.24 344.82 0.75 0.44
Hex C2 1C 46 0 56 40 18 159 4B 2C
Octal 302 34 106 0 126 100 30 531 113 54
Binary 11000010 11100 1000110 0 1010110 1000000 11000 101011001 1001011 101100

Color Harmonies of #C21C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C46

Black with #C21C46

Text Example


Text Example

White with #C21C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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