#C31126

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

Shades of Fire Engine Red #C31126

Tints of Fire Engine Red #C31126

Color information

#C31126 (or 0xC31126) is unknown color: approx Fire Engine Red. HEX triplet: C3, 11 and 26. RGB value is (195,17,38). Sum of RGB (Red+Green+Blue) = 195+17+38=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C31126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31126 is #3CEED9. Grayscale: #484848. Windows color (decimal): -3993306 or 2494915. OLE color: 2494915.

HSL color Cylindrical-coordinate representation of color #C31126: hue angle of 352.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31126 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1951738-
CMYK00.910.810.24
HSL352.92º83.96%41.57%-
HSV(B)352.92º91.28%76.47%-
XYZ23.0612.142.96-
YUV72.62108.47215.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=78%
G=6.8%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195173800.910.810.24352.9283.9641.57
HexC3112605B5118161542a
Octal303214601331213054112452
Binary1100001110001100110010110111010001110001011000011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31126; }

 p { color: rgb(195,17,38); }

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

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

 a { background-color: rgb(195,17,38); }

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

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

 span { border-color: rgb(195,17,38); }

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