#C31C20

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

Shades of Fire Engine Red #C31C20

Tints of Fire Engine Red #C31C20

Color information

#C31C20 (or 0xC31C20) is unknown color: approx Fire Engine Red. HEX triplet: C3, 1C and 20. RGB value is (195,28,32). Sum of RGB (Red+Green+Blue) = 195+28+32=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C20 is #3CE3DF. Grayscale: #4E4E4E. Windows color (decimal): -3990496 or 2104515. OLE color: 2104515.

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

Color convert

RGB1952832-
CMYK00.860.840.24
HSL358.56º74.89%43.73%-
HSV(B)358.56º85.64%76.47%-
XYZ23.1812.542.56-
YUV78.39101.83211.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 76.47%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=76.47%
G=10.98%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195283200.860.840.24358.5674.8943.73
HexC31C2005654181674b2c
Octal303344001261243054711354
Binary1100001111100100000010101101010100110001011001111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C20; }

 p { color: rgb(195,28,32); }

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

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

 a { background-color: rgb(195,28,32); }

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

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

 span { border-color: rgb(195,28,32); }

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