#C21C1B

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

Shades of Fire Brick #C21C1B

Tints of Fire Brick #C21C1B

Color information

#C21C1B (or 0xC21C1B) is unknown color: approx Fire Brick. HEX triplet: C2, 1C and 1B. RGB value is (194,28,27). Sum of RGB (Red+Green+Blue) = 194+28+27=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C1B is #3DE3E4. Grayscale: #4D4D4D. Windows color (decimal): -4056037 or 1776834. OLE color: 1776834.

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

Color convert

RGB1942827-
CMYK00.860.860.24
HSL0.36º75.57%43.33%-
HSV(B)0.36º86.08%76.08%-
XYZ22.8612.382.22-
YUV77.5299.5211.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.91%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=77.91%
G=11.24%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194282700.860.860.240.3675.5743.33
HexC21C1B056561804c2b
Octal3023433012612630011453
Binary1100001011100110110101011010101101100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21C1B; }

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

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

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

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

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

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

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

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