#C2131C

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

Shades of Fire Engine Red #C2131C

Tints of Fire Engine Red #C2131C

Color information

#C2131C (or 0xC2131C) is unknown color: approx Fire Engine Red. HEX triplet: C2, 13 and 1C. RGB value is (194,19,28). Sum of RGB (Red+Green+Blue) = 194+19+28=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2131C is #3DECE3. Grayscale: #484848. Windows color (decimal): -4058340 or 1840066. OLE color: 1840066.

HSL color Cylindrical-coordinate representation of color #C2131C: hue angle of 356.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2131C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1941928-
CMYK00.900.860.24
HSL356.91º82.16%41.76%-
HSV(B)356.91º90.21%76.08%-
XYZ22.6912.022.22-
YUV72.35102.98214.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 80.50%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=80.50%
G=7.88%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194192800.900.860.24356.9182.1641.76
HexC2131C05A5618165522a
Octal302233401321263054512252
Binary110000101001111100010110101010110110001011001011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2131C; }

 p { color: rgb(194,19,28); }

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

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

 a { background-color: rgb(194,19,28); }

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

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

 span { border-color: rgb(194,19,28); }

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