Html Css Color HEX #C21A4B Cardinal

📋 copy color: '#C21A4B'

red 194 ◦ green 26 ◦ blue 75

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

Shades of Cardinal #C21A4B

Tints of Cardinal #C21A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 65.76%
G = 8.81%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C21A4B (or 0xC21A4B) is known color: Cardinal. HEX triplet: C2, 1A and 4B. RGB value is (194,26,75). Sum of RGB (Red+Green+Blue) = 194+26+75=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A4B is #3DE5B4. Grayscale: #515151. Windows color (decimal): -4056501 or 4922050. OLE color: 4922050.

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

Color convert

RGB 194 26 75 -
CMYK 0 0.87 0.61 0.24
HSL 342.5º 0.76% 0.43% -
HSV(B) 342.5º 0.87% 0.76% -
XYZ 23.89 12.72 7.85 -
YUV 81.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 194 26 75 0 0.87 0.61 0.24 342.5 0.76 0.43
Hex C2 1A 4B 0 57 3D 18 156 4C 2B
Octal 302 32 113 0 127 75 30 526 114 53
Binary 11000010 11010 1001011 0 1010111 111101 11000 101010110 1001100 101011

Color Harmonies of #C21A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A4B

Black with #C21A4B

Text Example


Text Example

White with #C21A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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