#C31623

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

Shades of Fire Engine Red #C31623

Tints of Fire Engine Red #C31623

Color information

#C31623 (or 0xC31623) is unknown color: approx Fire Engine Red. HEX triplet: C3, 16 and 23. RGB value is (195,22,35). Sum of RGB (Red+Green+Blue) = 195+22+35=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31623 is #3CE9DC. Grayscale: #4B4B4B. Windows color (decimal): -3992029 or 2299587. OLE color: 2299587.

HSL color Cylindrical-coordinate representation of color #C31623: hue angle of 355.49º 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 #C31623 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1952235-
CMYK00.890.820.24
HSL355.49º79.72%42.55%-
HSV(B)355.49º88.72%76.47%-
XYZ23.112.32.75-
YUV75.21105.31213.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.38%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=77.38%
G=8.73%
B=13.89%

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
Decimal195223500.890.820.24355.4979.7242.55
HexC316230595218163502b
Octal303264301311223054312053
Binary1100001110110100011010110011010010110001011000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31623; }

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

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

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

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

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

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

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

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