#c21f48

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

Shades of Cardinal #C21F48

Tints of Cardinal #C21F48

Color information

#C21F48 (or 0xC21F48) is unknown color: approx Cardinal. HEX triplet: C2, 1F and 48. RGB value is (194,31,72). Sum of RGB (Red+Green+Blue) = 194+31+72=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F48 is #3DE0B7. Grayscale: #545454. Windows color (decimal): -4055224 or 4726722. OLE color: 4726722.

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

Color convert

RGB1943172-
CMYK00.840.630.24
HSL344.91º72.44%44.12%-
HSV(B)344.91º84.02%76.08%-
XYZ23.9112.927.36-
YUV84.41121206.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.32%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=65.32%
G=10.44%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194317200.840.630.24344.9172.4444.12
HexC21F480543F18159482c
Octal302371100124773053111054
Binary1100001011111100100001010100111111110001010110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21f48; }

 p { color: rgb(194,31,72); }

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

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

 a { background-color: rgb(194,31,72); }

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

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

 span { border-color: rgb(194,31,72); }

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