#C31624

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

Shades of Fire Engine Red #C31624

Tints of Fire Engine Red #C31624

Color information

#C31624 (or 0xC31624) is unknown color: approx Fire Engine Red. HEX triplet: C3, 16 and 24. RGB value is (195,22,36). Sum of RGB (Red+Green+Blue) = 195+22+36=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31624 is #3CE9DB. Grayscale: #4B4B4B. Windows color (decimal): -3992028 or 2365123. OLE color: 2365123.

HSL color Cylindrical-coordinate representation of color #C31624: hue angle of 355.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31624 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1952236-
CMYK00.890.820.24
HSL355.14º79.72%42.55%-
HSV(B)355.14º88.72%76.47%-
XYZ23.1112.32.83-
YUV75.32105.81213.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.08%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=77.08%
G=8.70%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195223600.890.820.24355.1479.7242.55
HexC316240595218163502b
Octal303264401311223054312053
Binary1100001110110100100010110011010010110001011000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31624; }

 p { color: rgb(195,22,36); }

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

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

 a { background-color: rgb(195,22,36); }

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

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

 span { border-color: rgb(195,22,36); }

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