#C21D34

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

Shades of Cardinal #C21D34

Tints of Cardinal #C21D34

Color information

#C21D34 (or 0xC21D34) is unknown color: approx Cardinal. HEX triplet: C2, 1D and 34. RGB value is (194,29,52). Sum of RGB (Red+Green+Blue) = 194+29+52=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D34 is #3DE2CB. Grayscale: #515151. Windows color (decimal): -4055756 or 3415490. OLE color: 3415490.

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

Color convert

RGB1942952-
CMYK00.850.730.24
HSL351.64º73.99%43.73%-
HSV(B)351.64º85.05%76.08%-
XYZ23.3112.64.45-
YUV80.96111.66208.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.55%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=70.55%
G=10.55%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194295200.850.730.24351.6473.9943.73
HexC21D3405549181604a2c
Octal302356401251113054011254
Binary1100001011101110100010101011001001110001011000001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D34; }

 p { color: rgb(194,29,52); }

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

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

 a { background-color: rgb(194,29,52); }

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

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

 span { border-color: rgb(194,29,52); }

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