#C42726

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

Shades of Fire Brick #C42726

Tints of Fire Brick #C42726

Color information

#C42726 (or 0xC42726) is unknown color: approx Fire Brick. HEX triplet: C4, 27 and 26. RGB value is (196,39,38). Sum of RGB (Red+Green+Blue) = 196+39+38=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42726 is #3BD8D9. Grayscale: #555555. Windows color (decimal): -3922138 or 2500548. OLE color: 2500548.

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

Color convert

RGB1963938-
CMYK00.800.810.23
HSL0.38º67.52%45.88%-
HSV(B)0.38º80.61%76.86%-
XYZ23.8413.333.15-
YUV85.83101.01206.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.79%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=71.79%
G=14.29%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196393800.800.810.230.3867.5245.88
HexC4272605051170442e
Octal3044746012012127010456
Binary110001001001111001100101000010100011011101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42726; }

 p { color: rgb(196,39,38); }

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

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

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

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

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

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

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