#C21E33

Color #C21E33 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C21E33

Tints of Cardinal #C21E33

Color information

#C21E33 (or 0xC21E33) is unknown color: approx Cardinal. HEX triplet: C2, 1E and 33. RGB value is (194,30,51). Sum of RGB (Red+Green+Blue) = 194+30+51=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E33 is #3DE1CC. Grayscale: #515151. Windows color (decimal): -4055501 or 3350210. OLE color: 3350210.

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

Color convert

RGB1943051-
CMYK00.850.740.24
HSL352.32º73.21%43.92%-
HSV(B)352.32º84.54%76.08%-
XYZ23.3112.644.34-
YUV81.43110.83208.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.55%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=70.55%
G=10.91%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194305100.850.740.24352.3273.2143.92
HexC21E330554A18160492c
Octal302366301251123054011154
Binary1100001011110110011010101011001010110001011000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E33; }

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

 H1.HeaderClassName
 {
   color: #C21E33;
 }
 .AnyTagClassName
 {
   color: #C21E33;
 }
</style>
background-color css

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

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

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

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

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

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