Html Css Color HEX #C21A36 Cardinal

📋 copy color: '#C21A36'

red 194 ◦ green 26 ◦ blue 54

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

Shades of Cardinal #C21A36

Tints of Cardinal #C21A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 70.8%
G = 9.49%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21A36 (or 0xC21A36) is known color: Cardinal. HEX triplet: C2, 1A and 36. RGB value is (194,26,54). Sum of RGB (Red+Green+Blue) = 194+26+54=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A36 is #3DE5C9. Grayscale: #4F4F4F. Windows color (decimal): -4056522 or 3545794. OLE color: 3545794.

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

Color convert

RGB 194 26 54 -
CMYK 0 0.87 0.72 0.24
HSL 350º 0.76% 0.43% -
HSV(B) 350º 0.87% 0.76% -
XYZ 23.28 12.47 4.67 -
YUV 79.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 194 26 54 0 0.87 0.72 0.24 350 0.76 0.43
Hex C2 1A 36 0 57 48 18 15E 4C 2B
Octal 302 32 66 0 127 110 30 536 114 53
Binary 11000010 11010 110110 0 1010111 1001000 11000 101011110 1001100 101011

Color Harmonies of #C21A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A36

Black with #C21A36

Text Example


Text Example

White with #C21A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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