Html Css Color HEX #C21A44 Cardinal

📋 copy color: '#C21A44'

red 194 ◦ green 26 ◦ blue 68

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

Shades of Cardinal #C21A44

Tints of Cardinal #C21A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 67.36%
G = 9.03%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C21A44 (or 0xC21A44) is known color: Cardinal. HEX triplet: C2, 1A and 44. RGB value is (194,26,68). Sum of RGB (Red+Green+Blue) = 194+26+68=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A44 is #3DE5BB. Grayscale: #515151. Windows color (decimal): -4056508 or 4463298. OLE color: 4463298.

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

Color convert

RGB 194 26 68 -
CMYK 0 0.87 0.65 0.24
HSL 345º 0.76% 0.43% -
HSV(B) 345º 0.87% 0.76% -
XYZ 23.66 12.63 6.66 -
YUV 81.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 194 26 68 0 0.87 0.65 0.24 345 0.76 0.43
Hex C2 1A 44 0 57 41 18 159 4C 2B
Octal 302 32 104 0 127 101 30 531 114 53
Binary 11000010 11010 1000100 0 1010111 1000001 11000 101011001 1001100 101011

Color Harmonies of #C21A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A44

Black with #C21A44

Text Example


Text Example

White with #C21A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A44; }

 p { color: rgb(194,26,68); }

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

background-color css

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

 a { background-color: rgb(194,26,68); }

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

border-color css

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

 span { border-color: rgb(194,26,68); }

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