#C4232A

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

Shades of Fire Engine Red #C4232A

Tints of Fire Engine Red #C4232A

Color information

#C4232A (or 0xC4232A) is unknown color: approx Fire Engine Red. HEX triplet: C4, 23 and 2A. RGB value is (196,35,42). Sum of RGB (Red+Green+Blue) = 196+35+42=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232A is #3BDCD5. Grayscale: #545454. Windows color (decimal): -3923158 or 2761668. OLE color: 2761668.

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

Color convert

RGB1963542-
CMYK00.820.790.23
HSL357.39º69.7%45.29%-
HSV(B)357.39º82.14%76.86%-
XYZ23.7813.13.47-
YUV83.94104.34207.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.79%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=71.79%
G=12.82%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196354200.820.790.23357.3969.745.29
HexC4232A0524F17165462d
Octal304435201221172754510655
Binary11000100100011101010010100101001111101111011001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4232A; }

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

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

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

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

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

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

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

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