Html Css Color HEX #C21B32 Cardinal

📋 copy color: '#C21B32'

red 194 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #C21B32

Tints of Cardinal #C21B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

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

R = 71.59%
G = 9.96%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21B32 (or 0xC21B32) is known color: Cardinal. HEX triplet: C2, 1B and 32. RGB value is (194,27,50). Sum of RGB (Red+Green+Blue) = 194+27+50=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B32 is #3DE4CD. Grayscale: #4F4F4F. Windows color (decimal): -4056270 or 3283906. OLE color: 3283906.

HSL color Cylindrical-coordinate representation of color #C21B32: hue angle of 351.74º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B32 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 27 50 -
CMYK 0 0.86 0.74 0.24
HSL 351.74º 0.76% 0.43% -
HSV(B) 351.74º 0.86% 0.76% -
XYZ 23.22 12.48 4.2 -
YUV 79.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 194 27 50 0 0.86 0.74 0.24 351.74 0.76 0.43
Hex C2 1B 32 0 56 4A 18 160 4C 2B
Octal 302 33 62 0 126 112 30 540 114 53
Binary 11000010 11011 110010 0 1010110 1001010 11000 101100000 1001100 101011

Color Harmonies of #C21B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B32

Black with #C21B32

Text Example


Text Example

White with #C21B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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