#C4231E

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

Shades of Fire Brick #C4231E

Tints of Fire Brick #C4231E

Color information

#C4231E (or 0xC4231E) is unknown color: approx Fire Brick. HEX triplet: C4, 23 and 1E. RGB value is (196,35,30). Sum of RGB (Red+Green+Blue) = 196+35+30=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4231E is #3BDCE1. Grayscale: #525252. Windows color (decimal): -3923170 or 1975236. OLE color: 1975236.

HSL color Cylindrical-coordinate representation of color #C4231E: hue angle of 1.81º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4231E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1963530-
CMYK00.820.850.23
HSL1.81º73.45%44.31%-
HSV(B)1.81º84.69%76.86%-
XYZ23.613.032.5-
YUV82.5798.34208.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.10%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=75.10%
G=13.41%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196353000.820.850.231.8173.4544.31
HexC4231E05255172492c
Octal3044336012212527211154
Binary110001001000111111001010010101010110111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4231E; }

 p { color: rgb(196,35,30); }

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

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

 a { background-color: rgb(196,35,30); }

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

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

 span { border-color: rgb(196,35,30); }

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