#c21c19

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

Shades of Fire Brick #C21C19

Tints of Fire Brick #C21C19

Color information

#C21C19 (or 0xC21C19) is unknown color: approx Fire Brick. HEX triplet: C2, 1C and 19. RGB value is (194,28,25). Sum of RGB (Red+Green+Blue) = 194+28+25=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C19 is #3DE3E6. Grayscale: #4D4D4D. Windows color (decimal): -4056039 or 1645762. OLE color: 1645762.

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

Color convert

RGB1942825-
CMYK00.860.870.24
HSL1.07º77.17%42.94%-
HSV(B)1.07º87.11%76.08%-
XYZ22.8412.372.1-
YUV77.2998.5211.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 78.54%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=78.54%
G=11.34%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194282500.860.870.241.0777.1742.94
HexC21C19056571814d2b
Octal3023431012612730111553
Binary1100001011100110010101011010101111100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21c19; }

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

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

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

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

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

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

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

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