#C4241A

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

Shades of Fire Brick #C4241A

Tints of Fire Brick #C4241A

Color information

#C4241A (or 0xC4241A) is unknown color: approx Fire Brick. HEX triplet: C4, 24 and 1A. RGB value is (196,36,26). Sum of RGB (Red+Green+Blue) = 196+36+26=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4241A is #3BDBE5. Grayscale: #525252. Windows color (decimal): -3922918 or 1713348. OLE color: 1713348.

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

Color convert

RGB1963626-
CMYK00.820.870.23
HSL3.53º76.58%43.53%-
HSV(B)3.53º86.73%76.86%-
XYZ23.5813.072.26-
YUV82.796.01208.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.97%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=75.97%
G=13.95%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196362600.820.870.233.5376.5843.53
HexC4241A052571744d2c
Octal3044432012212727411554
Binary1100010010010011010010100101010111101111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4241A; }

 p { color: rgb(196,36,26); }

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

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

 a { background-color: rgb(196,36,26); }

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

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

 span { border-color: rgb(196,36,26); }

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