Html Css Color HEX #C21A32 Cardinal

📋 copy color: '#C21A32'

red 194 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #C21A32

Tints of Cardinal #C21A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 71.85%
G = 9.63%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21A32 (or 0xC21A32) is known color: Cardinal. HEX triplet: C2, 1A and 32. RGB value is (194,26,50). Sum of RGB (Red+Green+Blue) = 194+26+50=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A32 is #3DE5CD. Grayscale: #4F4F4F. Windows color (decimal): -4056526 or 3283650. OLE color: 3283650.

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

Color convert

RGB 194 26 50 -
CMYK 0 0.87 0.74 0.24
HSL 351.43º 0.76% 0.43% -
HSV(B) 351.43º 0.87% 0.76% -
XYZ 23.19 12.44 4.2 -
YUV 78.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 194 26 50 0 0.87 0.74 0.24 351.43 0.76 0.43
Hex C2 1A 32 0 57 4A 18 15F 4C 2B
Octal 302 32 62 0 127 112 30 537 114 53
Binary 11000010 11010 110010 0 1010111 1001010 11000 101011111 1001100 101011

Color Harmonies of #C21A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A32

Black with #C21A32

Text Example


Text Example

White with #C21A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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