#C32626

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

Shades of Fire Brick #C32626

Tints of Fire Brick #C32626

Color information

#C32626 (or 0xC32626) is unknown color: approx Fire Brick. HEX triplet: C3, 26 and 26. RGB value is (195,38,38). Sum of RGB (Red+Green+Blue) = 195+38+38=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32626 is #3CD9D9. Grayscale: #555555. Windows color (decimal): -3987930 or 2500291. OLE color: 2500291.

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

Color convert

RGB1953838-
CMYK00.810.810.24
HSL67.38%45.69%-
HSV(B)80.51%76.47%-
XYZ23.5513.133.13-
YUV84.94101.51206.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.96%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=71.96%
G=14.02%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195383800.810.810.24067.3845.69
HexC3262605151180432e
Octal3034646012112130010356
Binary110000111001101001100101000110100011100001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32626; }

 p { color: rgb(195,38,38); }

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

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

 a { background-color: rgb(195,38,38); }

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

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

 span { border-color: rgb(195,38,38); }

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