#C21D1B

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

Shades of Fire Brick #C21D1B

Tints of Fire Brick #C21D1B

Color information

#C21D1B (or 0xC21D1B) is unknown color: approx Fire Brick. HEX triplet: C2, 1D and 1B. RGB value is (194,29,27). Sum of RGB (Red+Green+Blue) = 194+29+27=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D1B is #3DE2E4. Grayscale: #4E4E4E. Windows color (decimal): -4055781 or 1777090. OLE color: 1777090.

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

Color convert

RGB1942927-
CMYK00.850.860.24
HSL0.72º75.57%43.33%-
HSV(B)0.72º86.08%76.08%-
XYZ22.8912.432.23-
YUV78.1199.16210.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.6%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=77.6%
G=11.6%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194292700.850.860.240.7275.5743.33
HexC21D1B055561814c2b
Octal3023533012512630111453
Binary1100001011101110110101010110101101100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D1B; }

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

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

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

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

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

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

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

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