Html Css Color HEX #C21A33 Cardinal

📋 copy color: '#C21A33'

red 194 ◦ green 26 ◦ blue 51

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

Shades of Cardinal #C21A33

Tints of Cardinal #C21A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 71.59%
G = 9.59%
B = 18.82%

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

#C21A33 (or 0xC21A33) is known color: Cardinal. HEX triplet: C2, 1A and 33. RGB value is (194,26,51). Sum of RGB (Red+Green+Blue) = 194+26+51=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A33 is #3DE5CC. Grayscale: #4F4F4F. Windows color (decimal): -4056525 or 3349186. OLE color: 3349186.

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

Color convert

RGB 194 26 51 -
CMYK 0 0.87 0.74 0.24
HSL 351.07º 0.76% 0.43% -
HSV(B) 351.07º 0.87% 0.76% -
XYZ 23.22 12.45 4.31 -
YUV 79.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 194 26 51 0 0.87 0.74 0.24 351.07 0.76 0.43
Hex C2 1A 33 0 57 4A 18 15F 4C 2B
Octal 302 32 63 0 127 112 30 537 114 53
Binary 11000010 11010 110011 0 1010111 1001010 11000 101011111 1001100 101011

Color Harmonies of #C21A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A33

Black with #C21A33

Text Example


Text Example

White with #C21A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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